fix(Studio): Few issues with new incremental auto-complete #21
Annotations
6 warnings
CelesteTAS-EverestInterop/Module/CelesteTasMenu.cs#L268
'EaseInSubMenu.ease' hides inherited member 'TextMenuExt.SubMenu.ease'. Use the new keyword if hiding was intended.
|
CelesteTAS-EverestInterop/TAS/Input/Commands/PressCommand.cs#L16
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.
|
CelesteTAS-EverestInterop/TAS/Input/Commands/ReadCommand.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
CelesteTAS-EverestInterop/Module/CelesteTasMenu.cs#L268
'EaseInSubMenu.ease' hides inherited member 'TextMenuExt.SubMenu.ease'. Use the new keyword if hiding was intended.
|
CelesteTAS-EverestInterop/TAS/Input/Commands/PressCommand.cs#L16
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.
|
CelesteTAS-EverestInterop/TAS/Input/Commands/ReadCommand.cs#L82
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job succeeded
Loading