Skip to content

Test self-hosted for Mercurial 6 on develop #79

Test self-hosted for Mercurial 6 on develop

Test self-hosted for Mercurial 6 on develop #79

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Manually triggered April 11, 2024 07:37
Status Failure
Total duration 16m 42s
Artifacts

integration-test.yaml

on: workflow_dispatch
Test self-hosted for Mercurial 6 on develop
16m 32s
Test self-hosted for Mercurial 6 on develop
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 32 warnings
Test self-hosted for Mercurial 6 on develop
Process completed with exit code 1.
Test self-hosted for Mercurial 6 on develop
Process completed with exit code 1.
Test self-hosted for Mercurial 6 on develop
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
Test self-hosted for Mercurial 6 on develop
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/FlexProjectMetadata.cs#L7
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/Project.cs#L82
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/Project.cs#L84
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/Project.cs#L85
Non-nullable property 'Desc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/Project.cs#L87
Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/Project.cs#L91
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/Project.cs#L92
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/Project.cs#L93
Non-nullable property 'Phase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/Project.cs#L94
Non-nullable property 'Parents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop: backend/LexCore/Entities/ProjectUsers.cs#L8
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test self-hosted for Mercurial 6 on develop
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Test self-hosted for Mercurial 6 on develop: backend/LexBoxApi/Auth/Attributes/LexboxAuthAttribute.cs#L15
Nullability of reference types in type of parameter 'value' of 'void LexboxAuthAttribute.Policy.set' doesn't match implicitly implemented member 'void IAuthorizeData.Policy.set' (possibly because of nullability attributes).
Test self-hosted for Mercurial 6 on develop: backend/LexBoxApi/Services/EmailService.cs#L102
Cannot convert null literal to non-nullable reference type.
Test self-hosted for Mercurial 6 on develop: backend/LexBoxApi/Auth/LoggedInContext.cs#L24
Possible null reference argument for parameter 'activity' in 'void ActivityExtensions.RecordException(Activity activity, Exception? ex)'.
Test self-hosted for Mercurial 6 on develop: backend/LexBoxApi/GraphQL/UserMutations.cs#L119
Possible null reference argument for parameter 'newAdminEmail' in 'Task EmailService.SendNewAdminEmail(IAsyncEnumerable<User> admins, string newAdminName, string newAdminEmail)'.
Test self-hosted for Mercurial 6 on develop: backend/LexBoxApi/Controllers/TestingController.cs#L60
Possible null reference argument for parameter 'Email' in 'TestingControllerProjectUser.TestingControllerProjectUser(string? Username, string Role, string Email, Guid Id)'.
Test self-hosted for Mercurial 6 on develop: backend/Testing/LexCore/LexAuthUserTests.cs#L55
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.