C#/Lua added new SetAnimations method #23
Annotations
10 warnings
Dotnet - Build:
ScaleformUI_CSharp/Scaleforms/ScaleformUI/Main.cs#L49
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Scaleforms/ScaleformUI/Main.cs#L125
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Menus/Pause Menus/PauseMenu/TabView.cs#L217
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Menus/Pause Menus/PauseMenu/TabView.cs#L577
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Menus/Pause Menus/LobbyMenu/MainView.cs#L502
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Menus/Pause Menus/LobbyMenu/MainView.cs#L612
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Menus/Pause Menus/LobbyMenu/MainView.cs#L732
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Scaleforms/MediumMessage/MediumMessage.cs#L43
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Menus/MenuHandler.cs#L149
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.
|
Dotnet - Build:
ScaleformUI_CSharp/Scaleforms/Countdown/CountdownHandler.cs#L34
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