Skip to content

Support posting dynamically generated streams #204

Support posting dynamically generated streams

Support posting dynamically generated streams #204

Triggered via pull request June 25, 2024 08:00
@qed-qed-
synchronize #479
qed-:feature/143
Status Success
Total duration 3m 2s
Artifacts

benchmark.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Short: ClickHouse.Client/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)
Short: ClickHouse.Client/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)
Short: ClickHouse.Client/Numerics/ClickHouseDecimal.cs#L21
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
Short: ClickHouse.Client/ClickHouseServerException.cs#L64
Prefer 'AsSpan' over 'Substring' when span-based overloads are available (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1846)
Short: ClickHouse.Client/Copy/ClickHouseBulkCopy.cs#L146
Member 'SerializeBatch' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Short: ClickHouse.Client/Numerics/ClickHouseDecimal.cs#L410
The behavior of 'Convert.ChangeType(object, Type)' could vary based on the current user's locale settings. Replace this call in 'ClickHouseDecimal.ToType(Type, IFormatProvider)' with a call to 'Convert.ChangeType(object, Type, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)