Refactor WebApiEndpoint to use TResponse instead of TViewModel #33
build-and-deploy-frontend.yml
on: push
Build, Test and Publish Artifact
22s
Deploy Front End (Dev)
0s
Annotations
2 warnings
Build, Test and Publish Artifact:
src/DiscordBot/src/InterfaceAdapter/DiscordBot/Modules/GameModule.cs#L176
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, Test and Publish Artifact:
src/DiscordBot/src/InterfaceAdapter/DiscordBot/Modules/GameModule.cs#L176
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.
|