Skip to content

Publish Studio Desktop for Linux #20

Publish Studio Desktop for Linux

Publish Studio Desktop for Linux #20

Triggered via workflow run November 25, 2024 15:57
@HendrikMennenHendrikMennen
completed 451834a
Status Success
Total duration 2m 30s
Artifacts

publish-studio-linux.yaml

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

Annotations

11 warnings
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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.Cpp/CppModule.cs#L144
'ISettingsService.RegisterTitledFilePath(string, string, string, string, string, string, string?, string?, Func<string, bool>?, params FilePickerFileType[])' is obsolete: 'Use RegisterSetting instead'
Deploy for Linux: src/OneWare.SearchList/ViewModels/SearchListViewModel.cs#L123
Possible null reference argument for parameter 'file' in 'Task<IList<SearchResultModel>> SearchListViewModel.FindAllIndexesAsync(IFile file, string search, bool caseSensitive, bool regex, bool words, CancellationToken cancellationToken)'.