Skip to content
Triggered via push December 3, 2023 15:52
Status Success
Total duration 1m 50s
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/TopPlayersInWarsQuery.cs#L50
Possible null reference assignment.
build: src/Application/Statistics/TopPlayersInWarsQuery.cs#L50
Dereference of a possibly null reference.
build: src/Application/Statistics/TopPlayersInWarsQuery.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#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/Matches/Commands/DeleteMatch/DeleteMatchCommand.cs#L53
Dereference of a possibly null reference.
build: src/Application/Matches/Commands/DeleteMatch/DeleteMatchCommand.cs#L54
Dereference of a possibly null reference.
build: src/Application/Statistics/MostPopularCardByClanQuery.cs#L53
Nullable value type may be null.
build: src/Application/Statistics/MostPopularCardByClanQuery.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/MostGiftedCardsByRegionQuery.cs#L46
Dereference of a possibly null reference.