Added Qodana #43
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]
- 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
Check warning on line 14 in Services/GotifySocketService.cs
github-actions / Qodana for .NET
Redundant member initializer
Initializing field by default value is redundant
Check warning on line 7 in Models/ServerVersion.cs
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
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
github-actions / Qodana for .NET
Auto-property accessor is never used (non-private accessibility)
Auto-property accessor 'version.get' is never used