Merge pull request #68 from EventStore/sakno/fix-hash-visibility #51
21 new problems found by Qodana for .NET
Qodana for .NET
21 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Member hides static member from outer class |
🔶 Warning | 8 |
Auto-property accessor is never used (non-private accessibility) |
🔶 Warning | 3 |
Redundant argument with default value |
🔶 Warning | 2 |
Redundant using directive |
🔶 Warning | 2 |
Unused local variable |
🔶 Warning | 2 |
Avoid using 'async' lambda when delegate type returns 'void' |
🔶 Warning | 1 |
Expression is always 'true' or 'false' according to nullable reference types' annotations |
🔶 Warning | 1 |
Auto-property accessor is never used (private accessibility) |
🔶 Warning | 1 |
Unused parameter (private accessibility) |
🔶 Warning | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report
Detected 8 dependencies
Third-party software list
This page lists the third-party software dependencies used in EventStore.Plugins
Dependency | Version | Licenses |
---|---|---|
JetBrains.Annotations | 2023.3.0 | MIT |
Microsoft.IdentityModel.Abstractions | 7.6.0 | MIT |
Microsoft.IdentityModel.JsonWebTokens | 7.6.0 | MIT |
Microsoft.IdentityModel.Logging | 7.6.0 | MIT |
Microsoft.IdentityModel.Tokens | 7.6.0 | MIT |
System.Diagnostics.DiagnosticSource | 8.0.1 | MIT |
System.Reactive | 6.0.1 | MIT |
YamlDotNet | 15.1.4 | MIT |
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 35 in src/EventStore.Plugins/Licensing/LicenseMonitor.cs
github-actions / Qodana for .NET
Avoid using 'async' lambda when delegate type returns 'void'
Avoid using 'async' lambda when delegate type returns 'void'
Check warning on line 37 in src/EventStore.Plugins/ConfigParser.cs
github-actions / Qodana for .NET
Expression is always 'true' or 'false' according to nullable reference types' annotations
Expression is always false according to nullable reference types' annotations
Check warning on line 24 in src/EventStore.Plugins/Authorization/Operations.cs
github-actions / Qodana for .NET
Member hides static member from outer class
Constant 'string Resource' hides constant from outer class
Check warning on line 36 in src/EventStore.Plugins/Authorization/Operations.cs
github-actions / Qodana for .NET
Member hides static member from outer class
Constant 'string Resource' hides constant from outer class
Check warning on line 82 in src/EventStore.Plugins/Authorization/Operations.cs
github-actions / Qodana for .NET
Member hides static member from outer class
Constant 'string Resource' hides constant from outer class
Check warning on line 48 in src/EventStore.Plugins/Authorization/Operations.cs
github-actions / Qodana for .NET
Member hides static member from outer class
Constant 'string Resource' hides constant from outer class
Check warning on line 44 in src/EventStore.Plugins/Authorization/Operations.cs
github-actions / Qodana for .NET
Member hides static member from outer class
Field 'OperationDefinition Options' hides field from outer class
Check warning on line 75 in src/EventStore.Plugins/Authorization/Operations.cs
github-actions / Qodana for .NET
Member hides static member from outer class
Constant 'string Resource' hides constant from outer class
Check warning on line 31 in src/EventStore.Plugins/Authorization/Operations.cs
github-actions / Qodana for .NET
Member hides static member from outer class
Constant 'string Resource' hides constant from outer class
Check warning on line 59 in src/EventStore.Plugins/Authorization/Operations.cs
github-actions / Qodana for .NET
Member hides static member from outer class
Constant 'string Resource' hides constant from outer class
Check warning on line 128 in src/EventStore.Plugins/Plugin.cs
github-actions / Qodana for .NET
Redundant argument with default value
The parameter 'mode' has the same default value
Check warning on line 172 in src/EventStore.Plugins/Plugin.cs
github-actions / Qodana for .NET
Redundant argument with default value
The parameter 'mode' has the same default value
Check warning on line 13 in test/EventStore.Plugins.Tests/PluginBaseTests.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 7 in test/EventStore.Plugins.Tests/PluginBaseTests.cs
github-actions / Qodana for .NET
Redundant using directive
Using directive is not required by the code and can be safely removed
Check warning on line 21 in test/EventStore.Plugins.Tests/ConfigurationReaderTests/LdapsSettings.cs
github-actions / Qodana for .NET
Auto-property accessor is never used (non-private accessibility)
Auto-property accessor 'RequireGroupMembership.set' is never used
Check warning on line 9 in test/EventStore.Plugins.Tests/ConfigurationReaderTests/LdapsSettings.cs
github-actions / Qodana for .NET
Auto-property accessor is never used (non-private accessibility)
Auto-property accessor 'ValidateServerCertificate.set' is never used
Check warning on line 12 in test/EventStore.Plugins.Tests/ConfigurationReaderTests/LdapsSettings.cs
github-actions / Qodana for .NET
Auto-property accessor is never used (non-private accessibility)
Auto-property accessor 'AnonymousBind.set' is never used
Check warning on line 13 in src/EventStore.Plugins/Licensing/License.cs
github-actions / Qodana for .NET
Auto-property accessor is never used (private accessibility)
Auto-property accessor 'CurrentCultureIgnoreCase.set' is never used
Check warning on line 235 in test/EventStore.Plugins.Tests/PluginBaseTests.cs
github-actions / Qodana for .NET
Unused parameter (private accessibility)
Parameter 'x' is never used
github-actions / Qodana for .NET
Unused local variable
Local variable 'value' is never used
github-actions / Qodana for .NET
Unused local variable
Local variable 'value' is never used