Skip to content

add active project button #229

add active project button

add active project button #229

Triggered via push August 2, 2023 18:16
Status Success
Total duration 2m 5s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Markdown.Avalonia/Markdown.Avalonia.Tight/Markdown.cs#L396
Converting null literal or possible null value to non-nullable type.
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
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.Shared/LanguageService/TypeAssistance.cs#L165
Possible null reference argument for parameter 'value' in 'bool string.StartsWith(string value)'.
build: src/OneWare.Shared/LanguageService/GenericTypeAssistanceLSP.cs#L7
Possible null reference argument for parameter 'file' in 'LspIndentationStrategy.LspIndentationStrategy(TextEditorOptions options, LanguageService languageS, IFile file)'.
build: src/OneWare.Shared/LanguageService/GenericTypeAssistanceLSP.cs#L17
Possible null reference argument for parameter 'file' in 'LspFoldingStrategy.LspFoldingStrategy(LanguageService ls, IFile file)'.
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/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.