Update build.yml #14
Annotations
14 warnings
|
build-publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build-publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build-publish:
Amethyst.Desktop/SystemShell.Windows.cs#L278
The variable 'e' is declared but never used
|
|
build-publish:
Amethyst.Desktop/SystemShell.Windows.cs#L337
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build-publish:
Amethyst/MainWindow.axaml.cs#L429
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.
|
|
build-publish:
Amethyst/Popups/CrashWindow.axaml.cs#L416
The variable 'height' is assigned but its value is never used
|
|
build-publish:
Amethyst/Popups/CrashWindow.axaml.cs#L415
The variable 'width' is assigned but its value is never used
|
|
build-publish:
Amethyst/Utils/TypeUtils.cs#L647
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.
|
|
build-publish:
Amethyst/Models/TrackingDevice.cs#L238
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.
|
|
build-publish:
Amethyst/Controls/JointSettingsExpander.axaml.cs#L378
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.
|
|
build-publish:
Amethyst/Controls/ReplayManagerControl.axaml.cs#L123
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.
|
|
build-publish:
Amethyst/Controls/ReplayManagerControl.axaml.cs#L102
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.
|
|
build-publish:
Amethyst/Classes/AppPlugins.cs#L522
The variable 'e' is declared but never used
|
|
build-publish:
Amethyst/Classes/ReplayManager.cs#L446
The variable 'ex' is declared but never used
|