Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 #52
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/DependentProducerBuilderExtensions.cs#L15
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ConsumerExtensions.cs#L14
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ConsumerExtensions.cs#L15
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ConsumerExtensions.cs#L39
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ConsumerExtensions.cs#L40
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ConsumerExtensions.cs#L62
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ConsumerExtensions.cs#L63
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ActivityDiagnosticsHelper.cs#L69
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ActivityDiagnosticsHelper.UpdateActivityTags<TKey, TValue>(DeliveryResult<TKey, TValue>, Activity)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ActivityDiagnosticsHelper.cs#L47
Modify 'StartProduceActivity' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
Build:
src/Confluent.Kafka.Extensions.Diagnostics/ActivityDiagnosticsHelper.cs#L70
The behavior of 'long.ToString()' could vary based on the current user's locale settings. Replace this call in 'ActivityDiagnosticsHelper.UpdateActivityTags<TKey, TValue>(DeliveryResult<TKey, TValue>, Activity)' with a call to 'long.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Loading