fix: Carriage return issue #4
Annotations
10 warnings
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/CreateArticleRequest.cs#L16
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/CreateArticleRequest.cs#L22
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/CreateArticleRequest.cs#L33
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/CreateArticleRequest.cs#L39
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/CreateArticleRequest.cs#L44
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|