Skip to content

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

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

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

Triggered via push September 17, 2023 04:17
Status Success
Total duration 1m 3s
Artifacts

build_check.yml

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

Annotations

11 warnings
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/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/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/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.