Debug/queues not existing at startup #57
Annotations
1 error and 11 warnings
|
Test with coverage
Process completed with exit code 1.
|
|
Complete job
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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)
|
background
wait
wait-all
cancel
parallel
Loading