Bump to version 2.3.1 #94
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/ProcessHelper.cs#L42
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Loading