change eventbus #226
Annotations
1 error and 26 warnings
|
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/
|
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/
|
|
|
|
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.
|
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.
|
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.
|
Nike.EventBus.Mqtt/Services/MqttClientService.cs#L19
The field 'MqttClientService._consumeResult' is never used
|
Nike.EventBus.Redis/Model/ConsumeMessageResult.cs#L57
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Nike.EventBus.Redis/Services/RedisClientService.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Nike.EventBus.Redis/Services/RedisClientService.cs#L20
The field 'RedisClientService._consumeResult' is never used
|
|
|
|
Nike.Framework.Domain/Specifications/RelationalSpecification.cs#L57
Type parameter 'T' has the same name as the type parameter from outer type 'RelationalSpecification<T>'
|
Nike.Framework.Domain/Enumeration.cs#L112
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
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).
|
Nike.Framework.Domain/Equality/HashCodeBuilder.cs#L290
The variable 'e' is declared but never used
|
Nike.Framework.Domain/Entity.cs#L25
Possible null reference assignment.
|
Nike.Framework.Domain/Equality/EqualsBuilder.cs#L187
The variable 'e' is declared but never used
|
Nike.Framework.Domain/Equality/EqualsBuilder.cs#L279
The variable 'nse' is declared but never used
|
Nike.Framework.Domain/Entity.cs#L37
Dereference of a possibly null reference.
|
Nike.Framework.Domain/Entity.cs#L63
Dereference of a possibly null reference.
|
|
The logs for this run have expired and are no longer available.
Loading