Skip to content

Publish Studio Desktop for MacOS #7

Publish Studio Desktop for MacOS

Publish Studio Desktop for MacOS #7

Manually triggered July 14, 2024 13:22
Status Success
Total duration 5m 3s
Artifacts

publish-studio-macos.yml

on: workflow_dispatch
Deploy for MacOS
4m 56s
Deploy for MacOS
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Deploy for MacOS
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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 MacOS
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
Deploy for MacOS: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L385
Possible null reference argument for parameter 'visual' in 'Visual? VisualExtensions.GetVisualParent(Visual visual)'.
Deploy for MacOS: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L388
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
Deploy for MacOS: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L426
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
Deploy for MacOS: 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 MacOS: 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 MacOS: 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 MacOS: 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 MacOS: 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)