docs: Add missing docstring #8
Annotations
11 warnings
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/ApiModels/CreateArticleRequest.cs#L16
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
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-and-test:
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-and-test:
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-and-test:
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.
|
build-and-test:
src/Linker.Core/ApiModels/CreateArticleRequest.cs#L79
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|