Skip to content

Fixes

Fixes #16

Triggered via pull request July 26, 2024 16:29
@snixthosnixtho
synchronize #249
fixes
Status Success
Total duration 8m 59s
Artifacts

qodana.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Non-accessed field (private accessibility): src/Modules/ExampleModule/ExampleController.cs#L32
Field '_mapService' is assigned but its value is never used
Redundant using directive: src/Modules/OpenPlanetModule/Config/IOpenPlanetControlSettings.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Modules/OpenPlanetModule/Controllers/OpenPlanetControlManialinkController.cs#L6
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EvoSC/InternalModules.cs#L5
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Modules/OpenPlanetModule/Controllers/OpenPlanetControlManialinkController.cs#L7
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EvoSC.Common/Services/AuditService.cs#L9
Using directive is not required by the code and can be safely removed
Redundant using directive: src/Modules/ExampleModule/ExampleController.cs#L9
Using directive is not required by the code and can be safely removed
RoslynAnalyzers Unread "private" fields should be removed: src/Modules/ExampleModule/ExampleController.cs#L32
Remove this unread private field '_mapService' or refactor the code to use its value.
qodana
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/