Skip to content

Merge pull request #838 from bcgov/feature/dss-700-listings-page-acce… #717

Merge pull request #838 from bcgov/feature/dss-700-listings-page-acce…

Merge pull request #838 from bcgov/feature/dss-700-listings-page-acce… #717

Triggered via push December 2, 2024 22:47
Status Success
Total duration 1m 55s
Artifacts

deploy-dev.yml

on: push
test-backend
41s
test-backend
test-frontend
1m 17s
test-frontend
docker-build-backend
1m 1s
docker-build-backend
docker-build-hangfire
1m 0s
docker-build-hangfire
docker-build-frontend
1m 31s
docker-build-frontend
deploy-emerald
5s
deploy-emerald
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
test-frontend
Process completed with exit code 1.
test-backend: server/StrDss.Model/StrRequirementsDto.cs#L5
Non-nullable property 'OrganizationNm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/AddressDto.cs#L9
Non-nullable property 'LocationGeometry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/OrganizationDtos/PlatformTypeDto.cs#L8
Non-nullable property 'PlatformTypeNm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/OrganizationDtos/PlatformTypeDto.cs#L11
Non-nullable property 'PlatformType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/BizLicenceRowUntyped.cs#L8
Non-nullable property 'OrgCd' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/BizLicenceRowUntyped.cs#L11
Non-nullable property 'BusinessLicenceNo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/BizLicenceRowUntyped.cs#L14
Non-nullable property 'ExpiryDt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/BizLicenceRowUntyped.cs#L17
Non-nullable property 'PhysicalRentalAddressTxt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/BizLicenceRowUntyped.cs#L20
Non-nullable property 'LicenceStatusType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-backend: server/StrDss.Model/BizLicenceRowUntyped.cs#L23
Non-nullable property 'LicenceTypeTxt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/