Skip to content

Merge pull request #55 from EventStore/timothycoleman/remove-notices #18

Merge pull request #55 from EventStore/timothycoleman/remove-notices

Merge pull request #55 from EventStore/timothycoleman/remove-notices #18

GitHub Actions / Qodana for .NET completed Aug 21, 2024 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 157 in src/EventStore.Plugins/Plugin.cs

See this annotation in the file changed.

@github-actions 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

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 false according to nullable reference types' annotations

Check warning on line 28 in src/EventStore.Plugins/Authorization/Operations.cs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

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 'ValidateServerCertificate.set' is never used

Check warning on line 18 in test/EventStore.Plugins.Tests/ConfigurationReaderTests/LdapsSettings.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 'RequireGroupMembership.set' is never used

Check warning on line 9 in test/EventStore.Plugins.Tests/ConfigurationReaderTests/LdapsSettings.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 'AnonymousBind.set' is never used

Check warning on line 10 in src/EventStore.Plugins/Licensing/License.cs

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

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

Unused parameter (private accessibility)

Parameter 'x' is never used

Check warning on line 84 in test/EventStore.Plugins.Tests/Diagnostics/PluginDiagnosticsDataCollectorTests.cs

See this annotation in the file changed.

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

Unused local variable

Local variable 'value' is never used