Skip to content

Added Qodana

Added Qodana #43

GitHub Actions / Qodana for .NET completed Apr 23, 2024 in 0s

4 new problems found by Qodana for .NET

Qodana for .NET

4 new problems were found

Inspection name Severity Problems
Auto-property accessor is never used (non-private accessibility) 🔶 Warning 3
Redundant member initializer 🔶 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 14 in Services/GotifySocketService.cs

See this annotation in the file changed.

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

Redundant member initializer

Initializing field by default value is redundant

Check warning on line 7 in Models/ServerVersion.cs

See this annotation in the file changed.

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

Auto-property accessor is never used (non-private accessibility)

Auto-property accessor 'buildDate.get' is never used

Check warning on line 6 in Models/ServerVersion.cs

See this annotation in the file changed.

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

Auto-property accessor is never used (non-private accessibility)

Auto-property accessor 'commit.get' is never used

Check warning on line 5 in Models/ServerVersion.cs

See this annotation in the file changed.

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

Auto-property accessor is never used (non-private accessibility)

Auto-property accessor 'version.get' is never used