Adding Zenless Zone Zero Repair, Cache Update and future Delta-Patch feature #341
12 new problems found by Qodana for .NET
Qodana for .NET
12 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Access to disposed captured variable |
🔶 Warning | 2 |
Expression is always 'true' or 'false' according to nullable reference types' annotations |
🔶 Warning | 2 |
Conditional access qualifier expression is not null according to nullable reference types' annotations |
🔶 Warning | 2 |
Redundant 'base.' qualifier |
🔶 Warning | 2 |
Unused local variable |
🔶 Warning | 2 |
Possible 'null' assignment to non-nullable entity |
🔶 Warning | 1 |
Redundant nullable warning suppression expression |
🔶 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
github-actions / Qodana for .NET
Access to disposed captured variable
Captured variable is disposed in the outer scope
github-actions / Qodana for .NET
Access to disposed captured variable
Captured variable is disposed in the outer scope
Check warning on line 63 in CollapseLauncher/Classes/GamePropertyVault.cs
github-actions / Qodana for .NET
Possible 'null' assignment to non-nullable entity
Possible 'null' assignment to non-nullable entity
github-actions / Qodana for .NET
Expression is always 'true' or 'false' according to nullable reference types' annotations
Expression is always true according to nullable reference types' annotations
github-actions / Qodana for .NET
Expression is always 'true' or 'false' according to nullable reference types' annotations
Expression is always true according to nullable reference types' annotations
github-actions / Qodana for .NET
Conditional access qualifier expression is not null according to nullable reference types' annotations
Conditional access qualifier expression is never null according to nullable reference types' annotations
github-actions / Qodana for .NET
Conditional access qualifier expression is not null according to nullable reference types' annotations
Conditional access qualifier expression is never null according to nullable reference types' annotations
Check warning on line 17 in CollapseLauncher/Classes/CachesManagement/Zenless/ZenlessCache.cs
github-actions / Qodana for .NET
Redundant 'base.' qualifier
Qualifier 'base.' is redundant
github-actions / Qodana for .NET
Redundant 'base.' qualifier
Qualifier 'base.' is redundant
github-actions / Qodana for .NET
Redundant nullable warning suppression expression
The nullable warning suppression expression is redundant
github-actions / Qodana for .NET
Unused local variable
Local variable 'timestamp' is never used
github-actions / Qodana for .NET
Unused local variable
Local variable 'relTypePath' is never used