fix folder finally #15
Annotations
1 error and 10 warnings
Publish - NuGet
An error occurred trying to start process 'C:\Program Files\PowerShell\7\pwsh.EXE' with working directory 'D:\a\ScaleformUI\ScaleformUI\ScaleformUI\CompiledLibs\Release\'. The directory name is invalid.
|
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#L114
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/Menus/Pause Menus/PauseMenu/TabView.cs#L186
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#L493
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#L603
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#L723
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/RadialMenu/RadialMenu.cs#L119
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#L1548
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.
|
The logs for this run have expired and are no longer available.
Loading