Skip to content

fix: added endpoint options for patch endpoint #131

fix: added endpoint options for patch endpoint

fix: added endpoint options for patch endpoint #131

Triggered via push October 8, 2024 18:06
Status Success
Total duration 8m 8s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 24 warnings
Building
Process completed with exit code 126.
Building
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/
Building
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/
Building: sdk/DTO/AttributeDefinition.cs#L137
'CascadeOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Building: sdk/DTO/AttributeDefinition.cs#L137
'CascadeOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Building: src/Authentication/CryptographyHelpers.cs#L11
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
Building: 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.
Building: src/Shared/V2/ManifestService.cs#L528
The variable 'ex' is declared but never used
Building: 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)
Building: 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)
Building: src/MigrationManager.cs#L419
The variable 'ex' is declared but never used
Building: src/MigrationManager.cs#L467
The variable 'ex' is declared but never used
Building: src/Infrastructure/EAVODataUriResolver.cs#L75
The variable 'val' is declared but never used
Releasing
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Releasing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Releasing: sdk/DTO/AttributeDefinition.cs#L137
'CascadeOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Releasing: generators/EAVFramework.SourceGenerator/declarations/Microsoft.EntityFrameworkCore.Migrations.cs#L203
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Releasing: generators/EAVFramework.SourceGenerator/declarations/Microsoft.EntityFrameworkCore.Migrations.cs#L205
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Releasing: generators/EAVFramework.SourceGenerator/declarations/Microsoft.EntityFrameworkCore.Migrations.cs#L206
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Releasing: sdk/DTO/AttributeDefinition.cs#L137
'CascadeOptions' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Releasing: src/Shared/V2/ManifestService.cs#L528
The variable 'ex' is declared but never used
Releasing: generators/EAVFramework.SourceGenerator/DTOGenerators.cs#L178
The variable 'ex' is declared but never used
Releasing: generators/EAVFramework.SourceGenerator/DTOGenerators.cs#L877
The variable 'ex' is declared but never used
Releasing: generators/EAVFramework.SourceGenerator/DTOGenerators.cs#L1056
The variable 'ex' is declared but never used
Releasing: src/Shared/CodeGenerator.cs#L2833
The variable 'ex' is declared but never used