change ci #227
Annotations
26 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
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/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/Specifications/RelationalSpecification.cs#L57
Type parameter 'T' has the same name as the type parameter from outer type 'RelationalSpecification<T>'
|
build:
Nike.Framework.Domain/Entity.cs#L25
Possible null reference assignment.
|
build:
Nike.Framework.Domain/Entity.cs#L37
Dereference of a possibly null reference.
|
build:
Nike.Framework.Domain/Entity.cs#L63
Dereference of a possibly null reference.
|
build:
Nike.Framework.Domain/Equality/HashCodeBuilder.cs#L290
The variable 'e' is declared but never used
|
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
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.
|