Publish Studio Desktop for Linux #1
publish-studio-linux.yaml
on: workflow_dispatch
Deploy for Linux
2m 9s
Annotations
13 warnings
Deploy for Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: a7ul/tar-action@v1.1.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy for Linux
The following actions uses Node.js version which is deprecated and will be forced to run on node20: a7ul/tar-action@v1.1.0, joutvhu/ftp-transfer@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deploy for Linux
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/
|
Deploy for Linux
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
Deploy for Linux:
src/OneWare.Essentials/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy for Linux:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L20
Non-nullable property 'Hint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy for Linux:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L21
Non-nullable property 'Anchor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy for Linux:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L22
Non-nullable property 'Control' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Deploy for Linux:
src/OneWare.Essentials/Behaviors/ContextDragBubbleBehavior.cs#L91
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
Deploy for Linux:
src/OneWare.Essentials/Behaviors/ContextDragBubbleBehavior.cs#L142
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
|
Deploy for Linux:
src/OneWare.Essentials/LanguageService/LanguageServiceLsp.cs#L141
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
Deploy for Linux:
src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L385
Possible null reference argument for parameter 'visual' in 'Visual? VisualExtensions.GetVisualParent(Visual visual)'.
|
Deploy for Linux:
src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L388
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
|