Bump to version 2.3.0 #93
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/examples/SoloX.CodeQuality.Test.Example/Class3.g.cs#L18
The field 'Class3.test' is never used
|
Build:
src/examples/SoloX.CodeQuality.Prod.Example/Class1.cs#L37
Non-nullable field 'values' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/examples/SoloX.CodeQuality.Prod.Example/Class3.g.cs#L18
The field 'Class3.test' is never used
|
Build:
src/examples/SoloX.CodeQuality.Prod.Example/Class1.cs#L94
Unnecessary assignment of a value to 'hash' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0059)
|
Build:
src/examples/SoloX.CodeQuality.Prod.Example/AClass2.cs#L26
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
Build:
src/libs/SoloX.CodeQuality.Test.Helpers/Http/Impl/RequestBuilder.cs#L33
'if' statement can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0046)
|
Build:
src/libs/SoloX.CodeQuality.Test.Helpers/RandomGenerator.cs#L51
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Build:
src/libs/SoloX.CodeQuality.Test.Helpers/RandomGenerator.cs#L58
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Build:
src/libs/SoloX.CodeQuality.Test.Helpers/Http/Impl/HttpMessageHandlerMock.cs#L29
'if' statement can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0046)
|
Build:
src/libs/SoloX.CodeQuality.Test.Helpers/Http/Impl/RequestBuilder.cs#L53
'if' statement can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0046)
|
Loading