f #9
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.
|