6 new problems found by Qodana for .NET
Qodana for .NET
6 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Redundant using directive |
🔶 Warning | 4 |
Invalid XML documentation comment |
🔶 Warning | 1 |
Redundant class or interface specification in base types list |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- 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 warning on line 10 in src/Core/Operations/Startup/StartupOperationBase.cs
github-actions / Qodana for .NET
Invalid XML documentation comment
Cannot resolve symbol 'ILogger'
Check warning on line 9 in src/Core/Operations/Startup/ApplicationStartup.cs
github-actions / Qodana for .NET
Redundant class or interface specification in base types list
Base interface 'IApplicationStartup' is redundant because Rocket.Surgery.Airframe.ApplicationStartup inherits 'ApplicationStartupBase'
Check warning on line 5 in src/Core/Operations/Startup/StartupOperationBase.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 1 in test/Core.Tests/Operations/Startup/TestOperation.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 4 in src/Core/Operations/Startup/StartupOperationBase.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 3 in src/Core/Operations/Startup/StartupOperationBase.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed