fixes prior commit #117
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
sdk/DTO/AttributeDefinition.cs#L137
'CascadeOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
sdk/DTO/AttributeDefinition.cs#L137
'CascadeOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
src/Logging/Logging.cs#L13
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
|
src/Infrastructure/ObjectSerializer.cs#L80
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
|
src/Endpoints/Results/Status202AcceptedResult.cs#L13
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.
|
src/MigrationManager.cs#L419
The variable 'ex' is declared but never used
|
src/Infrastructure/EAVODataUriResolver.cs#L75
The variable 'val' is declared but never used
|
src/Infrastructure/EAVODataUriResolver.cs#L90
The variable 'val' is declared but never used
|
src/MigrationManager.cs#L467
The variable 'ex' is declared but never used
|
src/Shared/V2/ManifestService.cs#L528
The variable 'ex' is declared but never used
|
The logs for this run have expired and are no longer available.
Loading