Publish Studio Web #1
Annotations
11 warnings
deploy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, SamKirkland/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
deploy:
src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L506
Possible null reference argument for parameter 'visual' in 'Visual? VisualExtensions.GetVisualParent(Visual visual)'.
|
deploy:
src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L509
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
|
deploy:
src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L545
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
|
deploy:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L21
Non-nullable property 'Hint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L22
Non-nullable property 'Anchor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/OneWare.Essentials/EditorExtensions/InlayHintGenerator.cs#L23
Non-nullable property 'Control' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
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:
src/OneWare.Essentials/Behaviours/ContextDragBubbleBehavior.cs#L96
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:
src/OneWare.Essentials/Behaviours/ContextDragBubbleBehavior.cs#L159
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:
src/OneWare.Essentials/LanguageService/LanguageServiceLsp.cs#L142
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|