Skip to content

Merge pull request #9 from dorki/json-ParameterizedType #29

Merge pull request #9 from dorki/json-ParameterizedType

Merge pull request #9 from dorki/json-ParameterizedType #29

Triggered via push August 11, 2025 23:31
Status Success
Total duration 3m 43s
Artifacts

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): ClickHouse.Driver/DependencyInjection/ClickHouseServiceCollectionExtensions.cs#L97
The parameters should all be placed on the same line or each parameter should be placed on its own line. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md)
Analyze (csharp): ClickHouse.Driver/Numerics/ClickHouseDecimal.cs#L21
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
Analyze (csharp): ClickHouse.Driver/ADO/Feature.cs#L26
Provide a message for the ObsoleteAttribute that marks Geo as Obsolete (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1041)
Analyze (csharp): ClickHouse.Driver/ADO/ClickHouseConnectionStringBuilder.cs#L7
Type 'ClickHouseConnectionStringBuilder' directly or indirectly inherits 'ICollection' without implementing any of 'ICollection<T>', 'IReadOnlyCollection<T>'. Publicly-visible types should implement the generic version to broaden usability. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1010)
Analyze (csharp): ClickHouse.Driver/FeatureSwitch.cs#L3
Convert to file-scoped namespace (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0161)