Fix integration tests failing in CI due to QueueInitializerService #60
ci-backend.yml
on: pull_request
Build, Test & Publish
1m 1s
Annotations
1 error and 11 warnings
|
Build, Test & Publish
Process completed with exit code 1.
|
|
Build, Test & Publish
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L23
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L68
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'SkillService.RenameSkill(Guid, string)' with a call to 'string.ToLower(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L68
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L68
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L41
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'SkillService.CreateSkill(string)' with a call to 'string.ToLower(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L41
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L41
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L23
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'SkillService.ListSkills(string)' with a call to 'string.ToLower(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L23
Prefer the string comparison method overload of 'string.Contains(string)' that takes a 'StringComparison' enum value to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
|
|
Build, Test & Publish:
backend/src/SkillMatrixLlm.Api/Services/SkillService.cs#L23
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage
|
70.7 KB |
sha256:be3b6fd26d33406fa39cfc6423a7f01da346a607dd2cce037b94603ec919f39c
|
|