Skip to content

merge: develop to main #60

merge: develop to main

merge: develop to main #60

Triggered via pull request March 8, 2025 16:56
@OmidIDOmidID
opened #74
develop
Status Success
Total duration 24s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/AvaloniaInside.Shell/Page.cs#L314
Dereference of a possibly null reference.
build: src/AvaloniaInside.Shell/ShellView.SideMenu.cs#L228
Possible null reference argument for parameter 'item' in 'void ShellView.SideMenuItemChanged(SideMenuItem item)'.
build: src/AvaloniaInside.Shell/ShellView.ItemNavigator.cs#L17
Possible null reference argument for parameter 'source' in 'IEnumerable<IItem> Enumerable.Cast<IItem>(IEnumerable source)'.
build: src/AvaloniaInside.Shell/SideMenu.cs#L75
Non-nullable field '_items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/AvaloniaInside.Shell/SideMenu.cs#L15
Non-nullable field '_listBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/AvaloniaInside.Shell/StackContentView.cs#L105
Possible null reference argument for parameter 'item' in 'bool AvaloniaList<Control>.Remove(Control item)'.
build: src/AvaloniaInside.Shell/TabPage.cs#L246
Converting null literal or possible null value to non-nullable type.
build: src/AvaloniaInside.Shell/TabPage.cs#L124
Cannot convert null literal to non-nullable reference type.
build: src/AvaloniaInside.Shell/BindingNavigate.cs#L19
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/AvaloniaInside.Shell/BindingNavigate.cs#L30
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.