Skip to content

Merge pull request #62 from 1-system-group/dependabot/npm_and_yarn/e2… #161

Merge pull request #62 from 1-system-group/dependabot/npm_and_yarn/e2…

Merge pull request #62 from 1-system-group/dependabot/npm_and_yarn/e2… #161

Triggered via push April 15, 2024 09:43
Status Success
Total duration 55s
Artifacts

build_check.yml

on: push
format-check_build_unit-test
47s
format-check_build_unit-test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
format-check_build_unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
format-check_build_unit-test
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/
format-check_build_unit-test: Diary-Sample/Controllers/ApiController.cs#L69
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.
format-check_build_unit-test: Diary-Sample/Controllers/UserAdminProfileController.cs#L48
Converting null literal or possible null value to non-nullable type.
format-check_build_unit-test: Diary-Sample/Services/SharedService.cs#L36
Possible null reference return.
format-check_build_unit-test: Diary-Sample/Repositories/DiaryRepository.cs#L133
Dereference of a possibly null reference.
format-check_build_unit-test: Diary-Sample/Infra/JwtConfigurableOptions.cs#L8
Non-nullable property 'JwtKey' is uninitialized. Consider declaring the property as nullable.
format-check_build_unit-test: Diary-Sample/Infra/JwtConfigurableOptions.cs#L9
Non-nullable property 'JwtIssuer' is uninitialized. Consider declaring the property as nullable.
format-check_build_unit-test: Diary-Sample/Infra/JwtConfigurableOptions.cs#L10
Non-nullable property 'JwtAudience' is uninitialized. Consider declaring the property as nullable.
format-check_build_unit-test: Diary-Sample/Controllers/UserAdminAccountController.cs#L1
The file header is missing or not located at the top of the file.
format-check_build_unit-test: Diary-Sample/Controllers/UserAdminAccountController.cs#L32
Code should not contain multiple blank lines in a row
format-check_build_unit-test: Diary-Sample/Controllers/UserAdminAccountDeleteController.cs#L1
The file header is missing or not located at the top of the file.