fix: #dev async dbContext scope fix #106
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.
|
Loading