Skip to content

Merge pull request #9 from bcgov/dev #8

Merge pull request #9 from bcgov/dev

Merge pull request #9 from bcgov/dev #8

Triggered via push March 14, 2024 17:26
Status Failure
Total duration 49s
Artifacts

deploy-dev.yml

on: push
test-backend
38s
test-backend
build-frontend
0s
build-frontend
build-backend
0s
build-backend
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
test-backend: server/StrDss.Api/Program.cs#L30
'string' does not contain a definition for 'GetStringBeforeFirstDot' and no accessible extension method 'GetStringBeforeFirstDot' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
test-backend: server/StrDss.Api/Program.cs#L30
'string' does not contain a definition for 'GetStringBeforeFirstDot' and no accessible extension method 'GetStringBeforeFirstDot' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
test-backend
Process completed with exit code 1.
test-backend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-backend: server/StrDss.Common/RegexInfo.cs#L5
Non-nullable property 'Regex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-backend: server/StrDss.Common/RegexInfo.cs#L6
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-backend: server/StrDss.Common/DateUtils.cs#L20
Possible null reference argument for parameter 'str' in 'bool CommonExtensions.IsEmpty(string str)'.
test-backend: server/StrDss.Model/CommonCode/CommonCodeDto.cs#L9
Non-nullable property 'CodeSet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-backend: server/StrDss.Model/CommonCode/CommonCodeDto.cs#L11
Non-nullable property 'CodeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-backend: server/StrDss.Model/CommonCode/CommonCodeDto.cs#L12
Non-nullable property 'CodeValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-backend: server/StrDss.Model/EmailPreview.cs#L5
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-backend: server/StrDss.Model/DelistingDtos/DelistingWarningCreateDto.cs#L15
Non-nullable property 'LgContactEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-backend: server/StrDss.Model/DelistingDtos/DelistingWarningCreateDto.cs#L16
Non-nullable property 'LgContactPhone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-backend: server/StrDss.Model/DelistingDtos/DelistingWarningCreateDto.cs#L17
Non-nullable property 'StrBylawUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.