Skip to content

Merge XPEvo fixed/changes into main repository #55

Merge XPEvo fixed/changes into main repository

Merge XPEvo fixed/changes into main repository #55

Triggered via pull request November 30, 2024 15:33
Status Success
Total duration 10m 35s
Artifacts

qodana.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
Conditional access qualifier expression is not null according to nullable reference types' annotations: src/Modules/RoundRankingModule/Services/RoundRankingService.cs#L145
Conditional access qualifier expression is never null according to nullable reference types' annotations
Redundant using directive: src/Modules/ScoreboardModule/Interfaces/IScoreboardNicknamesService.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EvoSC/InternalModules.cs#L23
Using directive is not required by the code and can be safely removed
RoslynAnalyzers Utility classes should not have public constructors: src/Modules/ScoreboardModule/Utils/ScoreboardNicknameUtils.cs#L5
Add a 'protected' constructor or the 'static' keyword to the class declaration.
Unused local variable: src/Modules/RoundRankingModule/Services/RoundRankingService.cs#L69
Local variable 'removedCheckpointData' is never used
Unused local variable: src/Modules/RoundRankingModule/Services/RoundRankingService.cs#L85
Local variable 'removedCheckpointData' is never used