Skip to content

fix: added an sql executehttprequest method for custom endpoints #59

fix: added an sql executehttprequest method for custom endpoints

fix: added an sql executehttprequest method for custom endpoints #59

Triggered via push September 29, 2023 01:52
Status Success
Total duration 8m 18s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
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: 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/Infrastructure/EAVODataUriResolver.cs#L75
The variable 'val' is declared but never used
Building: src/Infrastructure/EAVODataUriResolver.cs#L90
The variable 'val' is declared but never used
Building: src/Shared/CodeGenerator.cs#L2812
The variable 'ex' is declared but never used
Building: src/MigrationManager.cs#L498
The variable 'ex' is declared but never used
Building: src/DbSchemaAwareMigrationAssembly.cs#L16
Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
Building: src/DbSchemaAwareMigrationAssembly.cs#L28
Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
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.'
Building: src/Shared/CodeGenerator.cs#L2812
The variable 'ex' is declared but never used
Building: src/MigrationManager.cs#L498
The variable 'ex' 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: generators/EAVFramework.SourceGenerator/DTOGenerators.cs#L178
The variable 'ex' is declared but never used
Releasing: src/Shared/CodeGenerator.cs#L2812
The variable 'ex' is declared but never used
Releasing: generators/EAVFramework.SourceGenerator/DTOGenerators.cs#L869
The variable 'ex' is declared but never used
Releasing: generators/EAVFramework.SourceGenerator/DTOGenerators.cs#L1136
The variable 'ex' is declared but never used
Releasing: src/MigrationManager.cs#L498
The variable 'ex' is declared but never used
Releasing: src/Infrastructure/EAVODataUriResolver.cs#L75
The variable 'val' is declared but never used
Releasing: src/Infrastructure/EAVODataUriResolver.cs#L90
The variable 'val' is declared but never used
Releasing: 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.
Releasing: src/Shared/CodeGenerator.cs#L2812
The variable 'ex' is declared but never used
Releasing: src/DbSchemaAwareMigrationAssembly.cs#L16
Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.