Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #62

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #62

Triggered via pull request November 19, 2024 17:07
Status Success
Total duration 1m 5s
Artifacts

continuous.integration.yml

on: pull_request
Continuous Integration Check
54s
Continuous Integration Check
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Continuous Integration Check: 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)
Continuous Integration Check: 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)
Continuous Integration Check: 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)
Continuous Integration Check: src/Confluent.Kafka.Extensions.Diagnostics/ActivityDiagnosticsHelper.cs#L73
Modify 'UpdateActivityTags' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Continuous Integration Check: 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)
Continuous Integration Check: src/Confluent.Kafka.Extensions.Diagnostics/ActivityDiagnosticsHelper.cs#L152
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'ActivityDiagnosticsHelper.ConsumerActivityTags<TKey, TValue>(ConsumeResult<TKey, TValue>, string)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
Continuous Integration Check: src/Confluent.Kafka.Extensions.Diagnostics/ActivityDiagnosticsHelper.cs#L153
The behavior of 'long.ToString()' could vary based on the current user's locale settings. Replace this call in 'ActivityDiagnosticsHelper.ConsumerActivityTags<TKey, TValue>(ConsumeResult<TKey, TValue>, string)' with a call to 'long.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
Continuous Integration Check: src/Confluent.Kafka.Extensions.Diagnostics/ActivityDiagnosticsHelper.cs#L118
Modify 'StartConsumeActivity' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Continuous Integration Check: 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)
Continuous Integration Check: 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)