Skip to content

Publish Studio Desktop for Linux #9

Publish Studio Desktop for Linux

Publish Studio Desktop for Linux #9

Triggered via workflow run August 8, 2024 22:42
@HendrikMennenHendrikMennen
completed 80b219d
Status Success
Total duration 2m 17s
Artifacts

publish-studio-linux.yaml

on: workflow_run
Deploy for Linux
2m 9s
Deploy for Linux
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Deploy for Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: a7ul/[email protected]. 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/[email protected], 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: 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)'.
Deploy for Linux: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L426
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
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/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/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)