Skip to content

Merge pull request #156 from bcgov/yj #157

Merge pull request #156 from bcgov/yj

Merge pull request #156 from bcgov/yj #157

Triggered via push April 16, 2024 21:53
Status Success
Total duration 2m 48s
Artifacts

deploy-dev.yml

on: push
build-backend
46s
build-backend
build-frontend
59s
build-frontend
docker-build-backend
54s
docker-build-backend
docker-build-frontend
1m 8s
docker-build-frontend
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build-backend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3, asdf-vm/actions/setup@8b8467c5522bb0aea4977082037e4f2956d67e52, actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-backend: server/StrDss.Model/EmailContent.cs#L10
Non-nullable property 'Bcc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-backend: server/StrDss.Model/EmailContent.cs#L16
Non-nullable property 'Cc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-backend: server/StrDss.Model/EmailContent.cs#L28
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-backend: server/StrDss.Model/CurrentUser.cs#L92
Dereference of a possibly null reference.
build-backend: server/StrDss.Data/Entities/DssDbContext.cs#L9
Non-nullable field '_currentUser' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-backend: server/StrDss.Data/Entities/DssDbContext.cs#L9
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-backend: server/StrDss.Data/Entities/DssDbContextPartial.cs#L57
The variable 'e' is declared but never used
build-backend: server/StrDss.Service/EmailTemplates/EmailTemplateBase.cs#L9
Non-nullable property 'Attachments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-backend: server/StrDss.Service/EmailMessageService.cs#L56
Dereference of a possibly null reference.
build-backend: server/StrDss.Service/FieldValidatorService.cs#L93
Possible null reference argument for parameter 'str' in 'bool CommonExtensions.IsEmpty(string str)'.
build-frontend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
docker-build-backend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: asdf-vm/actions/setup@8b8467c5522bb0aea4977082037e4f2956d67e52, actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
docker-build-frontend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: asdf-vm/actions/setup@8b8467c5522bb0aea4977082037e4f2956d67e52, actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
docker-build-frontend
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/