Skip to content

Publish Studio Desktop for Linux in CDN #16

Publish Studio Desktop for Linux in CDN

Publish Studio Desktop for Linux in CDN #16

Triggered via workflow run July 19, 2024 01:14
@HendrikMennenHendrikMennen
completed 2d0de54
Status Success
Total duration 2m 10s
Artifacts
Deploy for Linux
2m 0s
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
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#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.Output/Views/OutputBaseView.cs#L62
The type 'Avalonia.Media.IBrush?' cannot be used as type parameter 'T' in the generic type or method 'ObservableCollectionEx.ToObservableChangeSet<T>(ObservableCollection<T>)'. Nullability of type argument 'Avalonia.Media.IBrush?' doesn't match 'notnull' constraint.
Deploy for Linux: src/OneWare.ProjectExplorer/ViewModels/ProjectExplorerViewModel.cs#L580
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.