fix: Throw if no setting found #16
Annotations
11 warnings
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-test:
src/Linker.GrpcServer/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#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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
src/Linker.Core/ApiModels/CreateTagRequest.cs#L14
Non-nullable property 'TagName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
src/Linker.Core/ApiModels/CreateArticleRequest.cs#L16
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|