Merge pull request #65 from theImmortalCoders/issue-48 #105
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/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.
|
build:
rag-2-backend/Infrastructure/Module/Game/GameController.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/Game/GameController.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#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.
|