Skip to content

Update README.md

Update README.md #6

Triggered via pull request January 12, 2024 18:03
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/AvaloniaInside.Shell/SideMenu.cs#L15
Non-nullable field '_listBox' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/AvaloniaInside.Shell/SideMenu.cs#L75
Non-nullable field '_items' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/AvaloniaInside.Shell/ShellView.cs#L55
Possible null reference return.
build: src/AvaloniaInside.Shell/ShellView.cs#L462
Dereference of a possibly null reference.
build: src/AvaloniaInside.Shell/ShellView.ItemNavigator.cs#L18
Possible null reference argument for parameter 'source' in 'IEnumerable<IItem> Enumerable.Cast<IItem>(IEnumerable source)'.
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/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.
build: src/AvaloniaInside.Shell/BindingNavigate.cs#L19
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AvaloniaInside.Shell/Data/Host.cs#L5
Non-nullable property 'Default' must contain a non-null value when exiting constructor. Consider 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.