Update CoreMain.cs #229
Annotations
2 errors and 13 warnings
|
src/ColorMC.Gui/UI/Model/Main/UpdateModel.cs#L67
The name 'WebBinding' does not exist in the current context
|
|
The run was canceled by @Coloryr.
|
|
|
|
|
|
|
|
|
|
src/ColorMC.Gui/UI/Model/GameLog/GameLogTabModel.cs#L624
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.
|
|
src/ColorMC.Gui/UI/Model/GameLog/GameLogTabModel.cs#L277
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.
|
|
src/ColorMC.Gui/UI/Model/Error/ErrorModel.cs#L99
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.
|
|
src/ColorMC.Gui/UI/Controls/GameConfigEdit/GameConfigEditControl.axaml.cs#L149
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.
|
|
src/ColorMC.Gui/Hook/Win32.cs#L431
The variable 'ex' is declared but never used
|
|
src/ColorMC.Gui/Hook/Win32.cs#L417
The variable 'ex' is declared but never used
|
|
src/ColorMC.Gui/ColorMCGui.cs#L188
'GuiNames.NameCommandOldGame' is obsolete: 'Use NameCommandGame'
|
|
src/ColorMC.Core/Game/WorldDataPack.cs#L268
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.
|
|
src/ColorMC.Core/Game/WorldDataPack.cs#L220
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.
|
The logs for this run have expired and are no longer available.
Loading