chore: update deps (#35) #19
Annotations
1 error and 12 warnings
publish
Process completed with exit code 1.
|
publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
publish:
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)
|
publish:
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)
|
publish:
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)
|
publish:
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)
|
publish:
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)
|
publish:
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)
|
publish:
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)
|
publish:
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)
|
publish:
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)
|
publish:
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)
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nuget-packages", "nuget-symbol-packages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nuget-packages
|
22 KB |
|
nuget-symbol-packages
|
21.6 KB |
|