Publish Studio Desktop for MacOS #6
Triggered via workflow run
July 14, 2024 13:09
HendrikMennen
completed
ce2583e
Status
Success
Total duration
2m 47s
Artifacts
–
publish-studio-macos.yml
on: workflow_run
Deploy for MacOS
2m 37s
Annotations
2 errors and 11 warnings
Deploy for MacOS:
src/OneWare.WaveFormViewer/SignalConverter.cs#L3
The type or namespace name 'CSharp' does not exist in the namespace 'Microsoft.CodeAnalysis' (are you missing an assembly reference?)
|
Deploy for MacOS:
src/OneWare.WaveFormViewer/SignalConverter.cs#L3
The type or namespace name 'CSharp' does not exist in the namespace 'Microsoft.CodeAnalysis' (are you missing an assembly reference?)
|
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/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/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/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 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)
|
Deploy for MacOS:
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 MacOS:
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)'.
|
Deploy for MacOS:
src/OneWare.SearchList/ViewModels/SearchListViewModel.cs#L248
Possible mistaken empty statement
|