CustomNavigation collaboration #12
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/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/DefaultNavigationUpdateStrategy.cs#L52
Possible null reference argument for parameter 'args' in 'Task INavigationLifecycle.ArgumentAsync(object args, CancellationToken cancellationToken)'.
|
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/INavigatorLifecycle.cs#L19
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AvaloniaInside.Shell/INavigatorLifecycle.cs#L20
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|