Skip to content

mural

mural #6

Triggered via push December 3, 2023 09:19
Status Success
Total duration 1m 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Application/Statistics/WarNamesQuery.cs#L35
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.
build: src/Application/Statistics/ClanNamesQuery.cs#L38
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
build: src/Application/Statistics/ClanNamesQuery.cs#L35
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.
build: src/Application/Statistics/CompletedChallengesQuery.cs#L38
Dereference of a possibly null reference.
build: src/Application/Statistics/CompletedChallengesQuery.cs#L40
Dereference of a possibly null reference.
build: src/Application/Statistics/CompletedChallengesQuery.cs#L40
Possible null reference assignment.
build: src/Application/Statistics/CompletedChallengesQuery.cs#L41
Dereference of a possibly null reference.
build: src/Application/Statistics/CompletedChallengesQuery.cs#L41
Possible null reference assignment.
build: src/Application/Statistics/CompletedChallengesQuery.cs#L35
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.
build: src/Application/Statistics/TopClansByRegionQuery.cs#L38
Dereference of a possibly null reference.