Skip to content

Add ability to provide a custom INavigationViewLocator so other OIC c… #22

Add ability to provide a custom INavigationViewLocator so other OIC c…

Add ability to provide a custom INavigationViewLocator so other OIC c… #22

Triggered via push June 9, 2024 16:41
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Navigator.cs#L89
Possible null reference assignment.
build: src/AvaloniaInside.Shell/Navigator.cs#L144
Possible null reference assignment.
build: src/AvaloniaInside.Shell/Navigator.cs#L175
Possible null reference argument for parameter 'chain' in 'Task<Uri> INavigateStrategy.NavigateAsync(NavigationChain chain, Uri currentUri, string path, CancellationToken cancellationToken)'.
build: src/AvaloniaInside.Shell/Navigator.cs#L230
Possible null reference argument for parameter 'chain' in 'Task<Uri> INavigateStrategy.NavigateAsync(NavigationChain chain, Uri currentUri, string path, CancellationToken cancellationToken)'.