fix package install #24
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
src/Markdown.Avalonia/Markdown.Avalonia.Tight/Markdown.cs#L389
Converting null literal or possible null value to non-nullable type.
|
build:
src/Markdown.Avalonia/Markdown.Avalonia.Tight/CascadeDictionary.cs#L20
Possible null reference assignment.
|
build:
src/Markdown.Avalonia/Markdown.Avalonia.Tight/CascadeDictionary.cs#L33
Possible null reference assignment.
|
build:
src/OneWare.Shared/LanguageService/TypeAssistance.cs#L166
Possible null reference argument for parameter 'value' in 'bool string.StartsWith(string value)'.
|
build:
src/OneWare.Shared/Controls/SearchBox.axaml.cs#L36
Possible null reference return.
|
build:
src/OneWare.Shared/LanguageService/GenericTypeAssistanceLSP.cs#L9
Possible null reference argument for parameter 'file' in 'LspIndentationStrategy.LspIndentationStrategy(TextEditorOptions options, LanguageService languageS, IFile file)'.
|
build:
src/OneWare.Shared/LanguageService/GenericTypeAssistanceLSP.cs#L19
Possible null reference argument for parameter 'file' in 'LspFoldingStrategy.LspFoldingStrategy(LanguageService ls, IFile file)'.
|
build:
src/OneWare.Shared/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#L39
Nullability of reference types in return type of 'IImage? ProjectEntry.Icon.get' doesn't match implicitly implemented member 'IImage IProjectEntry.Icon.get' (possibly because of nullability attributes).
|
build:
src/OneWare.ProjectSystem/Models/ProjectFile.cs#L9
Nullability of reference types in return type of 'IImage? ProjectEntry.Icon.get' doesn't match implicitly implemented member 'IImage IProjectEntry.Icon.get' (possibly because of nullability attributes).
|