Skip to content

Test self-hosted for Mercurial 6 on develop #109

Test self-hosted for Mercurial 6 on develop

Test self-hosted for Mercurial 6 on develop #109

Manually triggered June 13, 2024 04:13
Status Failure
Total duration 21m 59s
Artifacts

integration-test.yaml

on: workflow_dispatch
Dotnet tests on self-hosted for Mercurial 6 on develop
19m 25s
Dotnet tests on self-hosted for Mercurial 6 on develop
Playwright tests on ${{ inputs.runs-on }} for Mercurial ${{ inputs.hg-version }} on ${{ inputs.environment }}
0s
Playwright tests on ${{ inputs.runs-on }} for Mercurial ${{ inputs.hg-version }} on ${{ inputs.environment }}
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
Dotnet tests on self-hosted for Mercurial 6 on develop
Process completed with exit code 1.
Dotnet tests on self-hosted for Mercurial 6 on develop
Process completed with exit code 1.
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/FixFwData/Program.cs#L1
The variable 'doNothing' is assigned but its value is never used
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/MiniLcm/InMemoryApi.cs#L195
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/MiniLcm/InMemoryApi.cs#L214
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/LcmCrdt/LcmCrdtKernel.cs#L4
The using directive for 'Crdt' appeared previously in this namespace
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/LfClassicData/LfClassicLexboxApi.cs#L170
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/LocalWebApp/Routes/HistoryRoutes.cs#L44
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Dotnet tests on 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.
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/LfClassicData/LfClassicLexboxApi.cs#L170
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/LexBoxApi/Auth/JwtTicketDataFormat.cs#L122
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/LexBoxApi/Services/HgService.cs#L308
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(LexBoxApi.Services.RepoEmptyState)2' is not covered.
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/LexBoxApi/GraphQL/CustomTypes/IsLanguageForgeProjectDataLoader.cs#L27
Method referencing lambda parameter is not supported LINQ expression. (https://www.mongodb.com/docs/mongodb-analyzer/current/rules/#MALinq2001)
Dotnet tests on self-hosted for Mercurial 6 on develop: backend/LcmCrdt/LcmCrdtKernel.cs#L4
The using directive for 'Crdt' appeared previously in this namespace