fix signature help pure lsp #202
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
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.SDK/LanguageService/LanguageServiceLsp.cs#L142
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
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/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)'.
|
build:
src/OneWare.SourceControl/EditorExtensions/DiffInfoMargin.cs#L40
Non-nullable property 'Typeface' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/OneWare.SourceControl/ViewModels/SourceControlViewModel.cs#L197
Possible null reference argument for parameter 'owner' in 'Task<List<string>> StorageProviderHelper.SelectFilesAsync(TopLevel owner, string title, string? startDir, params FilePickerFileType[] filters)'.
|
build:
src/OneWare.SourceControl/ViewModels/SourceControlViewModel.cs#L904
Dereference of a possibly null reference.
|