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

8 new problems found by Qodana for .NET

Qodana for .NET

8 new problems were found

Inspection name Severity Problems
Access to disposed captured variable 🔶 Warning 2
Conditional access qualifier expression is not null according to nullable reference types' annotations 🔶 Warning 2
Possible 'null' assignment to non-nullable entity 🔶 Warning 1
Expression is always 'true' or 'false' according to nullable reference types' annotations 🔶 Warning 1
Redundant 'base.' qualifier 🔶 Warning 1
Unused local variable 🔶 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 117 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 121 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 34 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 195 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 196 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 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 306 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