Stabilize tests to run locally and parallel across all TFMs#8
Open
danielcrenna wants to merge 16 commits into
Open
Stabilize tests to run locally and parallel across all TFMs#8danielcrenna wants to merge 16 commits into
danielcrenna wants to merge 16 commits into
Annotations
10 warnings
|
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)
|
|
ClickHouse.Driver/DependencyInjection/ClickHouseServiceCollectionExtensions.cs#L59
Use trailing comma in multi-line initializers (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1413.md)
|
|
ClickHouse.Driver/DependencyInjection/ClickHouseServiceCollectionExtensions.cs#L96
Use trailing comma in multi-line initializers (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1413.md)
|
|
ClickHouse.Driver/Types/JsonType.cs#L61
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
|
ClickHouse.Driver/Types/JsonType.cs#L59
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
|
ClickHouse.Driver/Numerics/ClickHouseDecimal.cs#L21
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
|
|
ClickHouse.Driver/Diagnostic/ClickHouseDiagnosticsOptions.cs#L11
Member 'IncludeSqlInActivityTags' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
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)
|
|
ClickHouse.Driver/Numerics/ClickHouseDecimal.cs#L49
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
|
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)
|
The logs for this run have expired and are no longer available.
Loading