feat: Add account authorizer #6
Annotations
10 warnings
build-and-test:
src/Linker.Preprocess/Program.cs#L10
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build-and-test:
src/Linker.Preprocess/Program.cs#L11
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build-and-test:
src/Linker.Preprocess/Program.cs#L12
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build-and-test:
src/Linker.Preprocess/Program.cs#L13
Elements should be separated by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1516.md)
|
build-and-test:
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-and-test:
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-and-test:
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-and-test:
src/Linker.Core/Models/Website.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
src/Linker.Core/Models/Website.cs#L16
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
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.
|