Skip to content

Update README.md (#16) #7

Update README.md (#16)

Update README.md (#16) #7

Triggered via push January 12, 2024 18:08
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Data/SideMenuItem.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AvaloniaInside.Shell/Data/SideMenuItem.cs#L8
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AvaloniaInside.Shell/Data/Route.cs#L9
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AvaloniaInside.Shell/Data/Route.cs#L10
Non-nullable property 'Page' 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#L19
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AvaloniaInside.Shell/DefaultNavigationUpdateStrategy.cs#L52
Possible null reference argument for parameter 'args' in 'Task INavigationLifecycle.ArgumentAsync(object args, CancellationToken cancellationToken)'.
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.