Skip to content

Refactor WebApiEndpoint to use TResponse instead of TViewModel #34

Refactor WebApiEndpoint to use TResponse instead of TViewModel

Refactor WebApiEndpoint to use TResponse instead of TViewModel #34

Triggered via push January 19, 2024 23:56
Status Success
Total duration 28s
Artifacts
Build, Test and Publish Artifact
19s
Build, Test and Publish Artifact
Deploy Front End (Dev)
0s
Deploy Front End (Dev)
Fit to window
Zoom out
Zoom in

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.