Merge XPEvo fixed/changes into main repository #48
Annotations
5 warnings
Cannot convert null literal to non-nullable reference type.:
tests/Modules/RoundRankingModule.Tests/Controllers/RoundRankingEventControllerTests.cs#L26
Cannot convert null literal to non-nullable reference type
|
Redundant using directive:
tests/Modules/RoundRankingModule.Tests/Controllers/RoundRankingEventControllerTests.cs#L4
Using directive is not required by the code and can be safely removed
|
Redundant using directive:
tests/Modules/RoundRankingModule.Tests/Controllers/RoundRankingEventControllerTests.cs#L9
Using directive is not required by the code and can be safely removed
|
Virtual member call in constructor:
tests/Modules/RoundRankingModule.Tests/Controllers/RoundRankingEventControllerTests.cs#L20
Virtual member call in constructor
|
qodana
The following actions use a deprecated Node.js version 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/
|