Merge pull request #4568 from GitTools/dependabot/nuget/src/microsoft… #5342
4 new problems found by Qodana for .NET
Qodana for .NET
4 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Use preferred style for trailing comma before new line in multiline lists |
◽️ Notice | 3 |
Invert 'if' statement to reduce nesting |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 63 dependencies
Third-party software list
This page lists the third-party software dependencies used in GitVersion
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 58 in GitVersion.App.Tests/HelpWriterTests.cs
github-actions / Qodana for .NET
Use preferred style for trailing comma before new line in multiline lists
Remove trailing comma to conform to code style
Check notice on line 49 in GitVersion.App.Tests/HelpWriterTests.cs
github-actions / Qodana for .NET
Use preferred style for trailing comma before new line in multiline lists
Remove trailing comma to conform to code style
Check notice on line 82 in GitVersion.App/Arguments.cs
github-actions / Qodana for .NET
Use preferred style for trailing comma before new line in multiline lists
Remove trailing comma to conform to code style
Check notice on line 191 in GitVersion.Core/Core/GitPreparer.cs
github-actions / Qodana for .NET
Invert 'if' statement to reduce nesting
Invert 'if' statement to reduce nesting