Skip to content

Update labeler.yml #2428

Update labeler.yml

Update labeler.yml #2428

Triggered via pull request December 7, 2023 12:02
Status Failure
Total duration 1m 58s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test_dot_net: GetIntoTeachingApi/Adapters/NotificationClientAdapter.cs#L40
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
test_dot_net: GetIntoTeachingApi/Controllers/GetIntoTeaching/TeachingEventsController.cs#L84
The behavior of 'int?.ToString()' could vary based on the current user's locale settings. Provide a value for the 'IFormatProvider' argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test_dot_net: GetIntoTeachingApi/Controllers/GetIntoTeaching/TeachingEventsController.cs#L89
The behavior of 'int?.ToString()' could vary based on the current user's locale settings. Provide a value for the 'IFormatProvider' argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test_dot_net: GetIntoTeachingApi/Adapters/NotificationClientAdapter.cs#L40
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
test_dot_net: GetIntoTeachingApi/Controllers/GetIntoTeaching/TeachingEventsController.cs#L84
The behavior of 'int?.ToString()' could vary based on the current user's locale settings. Provide a value for the 'IFormatProvider' argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test_dot_net: GetIntoTeachingApi/Controllers/GetIntoTeaching/TeachingEventsController.cs#L89
The behavior of 'int?.ToString()' could vary based on the current user's locale settings. Provide a value for the 'IFormatProvider' argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
test_dot_net
Process completed with exit code 1.