Skip to content

Adding Zenless Zone Zero Repair, Cache Update and future Delta-Patch feature #341

Adding Zenless Zone Zero Repair, Cache Update and future Delta-Patch feature

Adding Zenless Zone Zero Repair, Cache Update and future Delta-Patch feature #341

GitHub Actions / Qodana for .NET completed Oct 13, 2024 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 116 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Fetch.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Access to disposed captured variable

Captured variable is disposed in the outer scope

Check warning on line 120 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Fetch.cs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Possible 'null' assignment to non-nullable entity

Possible 'null' assignment to non-nullable entity

Check warning on line 187 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Extensions.cs

See this annotation in the file changed.

@github-actions 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

Check warning on line 190 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Extensions.cs

See this annotation in the file changed.

@github-actions 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

Check warning on line 199 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Extensions.cs

See this annotation in the file changed.

@github-actions 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 198 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Extensions.cs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Redundant 'base.' qualifier

Qualifier 'base.' is redundant

Check warning on line 106 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Fetch.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Redundant 'base.' qualifier

Qualifier 'base.' is redundant

Check warning on line 290 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Extensions.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Redundant nullable warning suppression expression

The nullable warning suppression expression is redundant

Check warning on line 120 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Fetch.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Unused local variable

Local variable 'timestamp' is never used

Check warning on line 309 in CollapseLauncher/Classes/RepairManagement/Zenless/ZenlessRepair.Extensions.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Unused local variable

Local variable 'relTypePath' is never used