Skip to content

Improvements/moving files around #28

Improvements/moving files around

Improvements/moving files around #28

Triggered via pull request March 7, 2024 17:17
Status Success
Total duration 40s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, 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/
test: src/Template.Application/Identity/Commands/ResendConfirmationEmail/ResendConfirmationEmailCommandHandler.cs#L48
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.
test: src/Template.Application/Identity/Commands/ForgotPassword/ForgotPasswordCommandHandler.cs#L47
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.
test: src/Template.Application/Identity/Commands/CreateUser/CreateUserCommandHandler.cs#L52
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.