Fixes #16
36 new problems found by Qodana for .NET
Qodana for .NET
8 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Redundant using directive |
🔶 Warning | 6 |
Non-accessed field (private accessibility) |
🔶 Warning | 1 |
RoslynAnalyzers Unread "private" fields should be removed |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 124 dependencies
Third-party software list
This page lists the third-party software dependencies used in EvoSC
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 32 in src/Modules/ExampleModule/ExampleController.cs
github-actions / Qodana for .NET
Non-accessed field (private accessibility)
Field '_mapService' is assigned but its value is never used
Check warning on line 5 in src/Modules/OpenPlanetModule/Config/IOpenPlanetControlSettings.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
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 5 in src/EvoSC/InternalModules.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
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 9 in src/EvoSC.Common/Services/AuditService.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 9 in src/Modules/ExampleModule/ExampleController.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 32 in src/Modules/ExampleModule/ExampleController.cs
github-actions / Qodana for .NET
RoslynAnalyzers Unread "private" fields should be removed
Remove this unread private field '_mapService' or refactor the code to use its value.