Skip to content

Merge pull request #53 from EventStore/timothycoleman/update-notices #14

Merge pull request #53 from EventStore/timothycoleman/update-notices

Merge pull request #53 from EventStore/timothycoleman/update-notices #14

Triggered via push August 19, 2024 11:40
Status Success
Total duration 2m 10s
Artifacts

qodana.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
Avoid using 'async' lambda when delegate type returns 'void': src/EventStore.Plugins/Plugin.cs#L157
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#L34
Expression is always false according to nullable reference types' annotations
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L28
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L33
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L72
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L45
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L21
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L56
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L79
Constant 'string Resource' hides constant from outer class
Member hides static member from outer class: src/EventStore.Plugins/Authorization/Operations.cs#L41
Field 'OperationDefinition Options' hides field from outer class
Redundant argument with default value: src/EventStore.Plugins/Plugin.cs#L121
The parameter 'mode' has the same default value
Redundant argument with default value: src/EventStore.Plugins/Plugin.cs#L193
The parameter 'mode' has the same default value
Redundant using directive: src/EventStore.Plugins/Transforms/IChunkTransformFactory.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EventStore.Plugins/Transforms/ChunkDataReadStream.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EventStore.Plugins/Transforms/ChunkDataWriteStream.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EventStore.Plugins/Transforms/ChunkDataReadStream.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EventStore.Plugins/Transforms/IChunkWriteTransform.cs#L1
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EventStore.Plugins/Transforms/ChunkDataWriteStream.cs#L2
Using directive is not required by the code and can be safely removed
Redundant using directive: src/EventStore.Plugins/Transforms/IChunkTransformFactory.cs#L2
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#L10
Auto-property accessor 'CurrentCultureIgnoreCase.set' is never used