Skip to content

add polly in consumer #229

add polly in consumer

add polly in consumer #229

Triggered via push August 29, 2024 10:10
Status Success
Total duration 1m 18s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

32 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build: Nike.EventBus.Kafka/AspNetCore/TopicConsumer.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Nike.EventBus.Kafka/AspNetCore/TopicConsumer.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Nike.EventBus.Kafka/AspNetCore/TopicConsumer.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Nike.EventBus.Kafka/AspNetCore/TopicConsumer.cs#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Nike.EventBus.Kafka/AspNetCore/TopicConsumer.cs#L58
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Nike.EventBus.Kafka/AspNetCore/KafkaConsumerBackgroundService.cs#L169
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build: Nike.EventBus.Mqtt/Services/MqttClientService.cs#L44
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Nike.EventBus.Mqtt/Services/MqttClientService.cs#L45
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Nike.EventBus.Mqtt/Services/MqttClientService.cs#L41
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Nike.EventBus.Mqtt/Services/MqttClientService.cs#L19
The field 'MqttClientService._consumeResult' is never used
build: Nike.EventBus.Redis/Model/ConsumeMessageResult.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Nike.EventBus.Redis/Services/RedisClientService.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Nike.EventBus.Redis/Services/RedisClientService.cs#L20
The field 'RedisClientService._consumeResult' is never used
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build: Nike.Framework.Domain/Specifications/RelationalSpecification.cs#L57
Type parameter 'T' has the same name as the type parameter from outer type 'RelationalSpecification<T>'
build: Nike.Framework.Domain/Enumeration.cs#L112
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Nike.Framework.Domain/Enumeration.cs#L107
Nullability of reference types in type of parameter 'other' of 'int Enumeration<TEnumeration, TIdentifier>.CompareTo(TEnumeration other)' doesn't match implicitly implemented member 'int IComparable<TEnumeration>.CompareTo(TEnumeration? other)' (possibly because of nullability attributes).
build: Nike.Framework.Domain/Enumeration.cs#L117
Nullability of reference types in type of parameter 'other' of 'bool Enumeration<TEnumeration, TIdentifier>.Equals(TEnumeration other)' doesn't match implicitly implemented member 'bool IEquatable<TEnumeration>.Equals(TEnumeration? other)' (possibly because of nullability attributes).
build: Nike.Framework.Domain/Equality/HashCodeBuilder.cs#L290
The variable 'e' is declared but never used
build: Nike.Framework.Domain/Entity.cs#L25
Possible null reference assignment.
build: Nike.Framework.Domain/Equality/EqualsBuilder.cs#L187
The variable 'e' is declared but never used
build: Nike.Framework.Domain/Equality/EqualsBuilder.cs#L279
The variable 'nse' is declared but never used
build: Nike.Framework.Domain/Enumeration.cs#L72
Possible null reference assignment.
build: Nike.Framework.Domain/Enumeration.cs#L80
Possible null reference assignment.
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.