ci: Enable windows targeting when building on Linux #2
Annotations
3 errors and 10 warnings
build:
src/Linker.Debugger/Program.cs#L34
'WebsiteRepository' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'WebsiteRepository' could be found (are you missing a using directive or an assembly reference?)
|
build:
src/Linker.Debugger/Program.cs#L34
'WebsiteRepository' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'WebsiteRepository' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
build:
src/Linker.Preprocess/Program.cs#L10
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build:
src/Linker.Preprocess/Program.cs#L11
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build:
src/Linker.Preprocess/Program.cs#L12
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build:
src/Linker.Preprocess/Program.cs#L13
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build:
src/Linker.Core/ApiModels/WebApiResponse.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/WebApiResponse.cs#L9
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/Models/Youtube.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/Models/Youtube.cs#L16
Non-nullable property 'Youtuber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/Models/Youtube.cs#L21
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/UpdateYoutubeRequest.cs#L15
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|