Update README.md #273
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
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
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.Essentials/src/OneWare.Essentials/Controls/SearchBox.axaml.cs#L37
Possible null reference return.
|
build:
src/OneWare.Essentials/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.
|
|
build:
src/OneWare.Essentials/src/OneWare.Essentials/LanguageService/LanguageServiceLsp.cs#L137
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
build:
src/Markdown.Avalonia/Markdown.Avalonia.Tight/Markdown.cs#L283
'Markdown._loader' is obsolete
|
build:
src/OneWare.ErrorList/Views/ErrorListView.axaml.cs#L20
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)
|