Skip to content

Bump System.IdentityModel.Tokens.Jwt from 6.15.0 to 6.34.0 in /src/Infrastructure/ApplicationGateway.Identity #268

Bump System.IdentityModel.Tokens.Jwt from 6.15.0 to 6.34.0 in /src/Infrastructure/ApplicationGateway.Identity

Bump System.IdentityModel.Tokens.Jwt from 6.15.0 to 6.34.0 in /src/Infrastructure/ApplicationGateway.Identity #268

Status Success
Total duration 12m 45s
Artifacts

Integration Testing.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 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: src/Core/ApplicationGateway.Application/Features/Certificate/Queries/GetCertificateById/GetCertificateByIdQueryHandler.cs#L27
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: src/Core/ApplicationGateway.Application/Features/Certificate/Commands/DeleteCertificate/DeleteCertificateCommandHandler.cs#L24
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: src/Core/ApplicationGateway.Application/Features/Certificate/Queries/GetAllCertificate/GetAllCertificateQueryHandler.cs#L27
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: src/Infrastructure/ApplicationGateway.Worker/Worker.cs#L33
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: src/Infrastructure/ApplicationGateway.Persistence/Repositories/TransformerRepository.cs#L15
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: src/Infrastructure/ApplicationGateway.Identity/Services/AuthenticationService.cs#L156
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: src/API/ApplicationGateway.Api/Middleware/ExceptionHandlerMiddleware.cs#L32
Number of parameters supplied in the logging message template do not match the number of named placeholders
build: src/Core/ApplicationGateway.Application/Features/Certificate/Queries/GetCertificateById/GetCertificateByIdQueryHandler.cs#L27
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: src/Core/ApplicationGateway.Application/Features/Certificate/Commands/DeleteCertificate/DeleteCertificateCommandHandler.cs#L24
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: src/Core/ApplicationGateway.Application/Features/Certificate/Queries/GetAllCertificate/GetAllCertificateQueryHandler.cs#L27
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.