Skip to content

fix: #dev async dbContext scope fix #106

fix: #dev async dbContext scope fix

fix: #dev async dbContext scope fix #106

Triggered via push November 23, 2024 09:04
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
build: rag-2-backend/Infrastructure/Module/User/UserController.cs#L22
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: rag-2-backend/Infrastructure/Module/User/UserController.cs#L31
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: rag-2-backend/Infrastructure/Module/User/UserController.cs#L39
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: rag-2-backend/Infrastructure/Module/User/UserController.cs#L48
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: rag-2-backend/Infrastructure/Module/User/UserController.cs#L55
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: rag-2-backend/Infrastructure/Module/User/UserController.cs#L63
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: rag-2-backend/Infrastructure/Module/User/UserController.cs#L72
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: rag-2-backend/Infrastructure/Module/User/UserController.cs#L83
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: rag-2-backend/Infrastructure/Module/Game/GameController.cs#L29
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.