refactor: configure ExcludeFromCodeCoverage for Program.cs #72
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/ReferenceResolver/NuGetHelper.cs#L25
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
build:
src/ReferenceResolver/AnalyzerReferenceLoader.cs#L19
Replace this call to 'Assembly.LoadFrom' with 'Assembly.Load'. (https://rules.sonarsource.com/csharp/RSPEC-3885)
|
build:
src/ReferenceResolver/NuGetReference.cs#L33
Correct one of the identical expressions on both sides of operator '|'. (https://rules.sonarsource.com/csharp/RSPEC-1764)
|
build:
src/ReferenceResolver/FrameworkReferenceResolver.cs#L159
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
build:
src/ReferenceResolver/NuGetHelper.cs#L272
Refactor this method to reduce its Cognitive Complexity from 32 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
build:
src/ReferenceResolver/NuGetHelper.cs#L457
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
build:
src/dotnet-exec/Program.cs#L29
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
build:
src/dotnet-exec/ExecOptions.Command.cs#L53
Remove the unused private field 'DebugOption'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
build:
src/dotnet-exec/ExecOptions.Command.cs#L98
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
build:
src/dotnet-exec/ExecOptions.Command.cs#L101
Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
The logs for this run have expired and are no longer available.
Loading