GitHub actions update #1
Annotations
6 warnings
Publish UndertaleModTool:
UndertaleModTool/MainWindow.xaml.cs#L639
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.
|
Publish UndertaleModTool:
UndertaleModTool/ScriptingFunctions.cs#L19
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.
|
Publish UndertaleModTool:
UndertaleModTool/Editors/UndertaleFontEditor/EditGlyphRectangleWindow.xaml.cs#L31
The event 'EditGlyphRectangleWindow.PropertyChanged' is never used
|
Publish UndertaleModTool:
UndertaleModTool/MainWindow.xaml.cs#L639
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.
|
Publish UndertaleModTool:
UndertaleModTool/ScriptingFunctions.cs#L19
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.
|
Publish UndertaleModTool:
UndertaleModTool/Editors/UndertaleFontEditor/EditGlyphRectangleWindow.xaml.cs#L31
The event 'EditGlyphRectangleWindow.PropertyChanged' is never used
|
Loading