Add os, runtime, arch info to user agent string (#75) #44
examples.yml
on: push
Build & Run Examples
1m 3s
Annotations
10 warnings
|
Build & Run Examples:
ClickHouse.Driver/Types/TypeConverter.cs#L358
Variable '_serializationVersion' should begin with lower-case letter (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1312.md)
|
|
Build & Run Examples:
ClickHouse.Driver/Utility/EnumerableExtensions.cs#L68
Braces for multi-line statements should not share line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1500.md)
|
|
Build & Run Examples:
ClickHouse.Driver/ADO/ClickHouseClientSettings.cs#L316
Do not use default value type constructor (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1129.md)
|
|
Build & Run Examples:
ClickHouse.Driver/ClickHouseServerException.cs#L58
Prefer 'AsSpan' over 'Substring' when span-based overloads are available (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1846)
|
|
Build & Run Examples:
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)
|
|
Build & Run Examples:
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)
|
|
Build & Run Examples:
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)
|
|
Build & Run Examples:
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)
|
|
Build & Run Examples:
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)
|
|
Build & Run Examples:
ClickHouse.Driver/Numerics/ClickHouseDecimal.cs#L21
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
|