Skip to content

Merge pull request #70 from EventStore/sakno/fixed-regression #56

Merge pull request #70 from EventStore/sakno/fixed-regression

Merge pull request #70 from EventStore/sakno/fixed-regression #56

Triggered via push December 12, 2024 12:22
Status Success
Total duration 2m 4s
Artifacts

qodana.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Avoid using 'async' lambda when delegate type returns 'void': src/EventStore.Plugins/Licensing/LicenseMonitor.cs#L35
Avoid using 'async' lambda when delegate type returns 'void'
Expression is always 'true' or 'false' according to nullable reference types' annotations: src/EventStore.Plugins/ConfigParser.cs#L37
Expression is always false according to nullable reference types' annotations
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L24
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L36
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L82
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L48
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L44
Field 'OperationDefinition Options' hides field from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L75
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L31
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L59
Constant 'string Resource' hides constant from outer class
Redundant argument with default value: src/EventStore.Plugins/Plugin.cs#L128
The parameter 'mode' has the same default value
Redundant argument with default value: src/EventStore.Plugins/Plugin.cs#L172
The parameter 'mode' has the same default value
Redundant using directive: test/EventStore.Plugins.Tests/PluginBaseTests.cs#L13
Using directive is not required by the code and can be safely removed
Redundant using directive: test/EventStore.Plugins.Tests/PluginBaseTests.cs#L7
Using directive is not required by the code and can be safely removed
Auto-property accessor is never used (private accessibility): src/EventStore.Plugins/Licensing/License.cs#L13
Auto-property accessor 'CurrentCultureIgnoreCase.set' is never used
qodana
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636