Skip to content
Triggered via push February 19, 2024 11:05
Status Success
Total duration 2m 36s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L506
Possible null reference argument for parameter 'visual' in 'Visual? VisualExtensions.GetVisualParent(Visual visual)'.
build: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L509
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
build: src/Markdown.Avalonia/ColorTextBlock.Avalonia/CTextBlock.cs#L545
Possible null reference argument for parameter 'item' in 'bool ICollection<Visual>.Remove(Visual item)'.
build: src/Markdown.Avalonia/Markdown.Avalonia.Tight/Markdown.cs#L283
'Markdown._loader' is obsolete
build: src/OneWare.SDK/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/OneWare.ProjectSystem/Models/ProjectEntry.cs#L137
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
build: src/OneWare.SourceControl/MergeService.cs#L85
Argument of type 'KeyValuePair<int, Control>' cannot be used for parameter 'item' of type 'KeyValuePair<int, Control?>' in 'void List<KeyValuePair<int, Control?>>.Add(KeyValuePair<int, Control?> item)' due to differences in the nullability of reference types.
build: src/OneWare.SourceControl/EditorExtensions/DiffLineBackgroundRenderer.cs#L84
Possible null reference argument for parameter 'pen' in 'void DrawingContext.DrawLine(IPen pen, Point p1, Point p2)'.