Merge pull request #55 from EventStore/timothycoleman/remove-notices #18
26 new problems found by Qodana for .NET
Qodana for .NET
26 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Member hides static member from outer class |
🔶 Warning | 8 |
Redundant using directive |
🔶 Warning | 7 |
Auto-property accessor is never used (non-private accessibility) |
🔶 Warning | 3 |
Redundant argument with default value |
🔶 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 157 in src/EventStore.Plugins/Plugin.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 34 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 28 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 33 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 72 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 45 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 21 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 56 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 79 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 41 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 121 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 193 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 1 in src/EventStore.Plugins/Transforms/IChunkTransformFactory.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 2 in src/EventStore.Plugins/Transforms/ChunkDataReadStream.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 1 in src/EventStore.Plugins/Transforms/ChunkDataWriteStream.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 1 in src/EventStore.Plugins/Transforms/ChunkDataReadStream.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 1 in src/EventStore.Plugins/Transforms/IChunkWriteTransform.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 2 in src/EventStore.Plugins/Transforms/ChunkDataWriteStream.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 2 in src/EventStore.Plugins/Transforms/IChunkTransformFactory.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 6 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 18 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 'AnonymousBind.set' is never used
Check warning on line 10 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 215 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