Skip to content

feat: make navbar optional for modal #38

feat: make navbar optional for modal

feat: make navbar optional for modal #38

Triggered via pull request September 11, 2024 20:34
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: src/AvaloniaInside.Shell/DefaultNavigationUpdateStrategy.cs#L51
Possible null reference argument for parameter 'args' in 'Task INavigationLifecycle.ArgumentAsync(object args, CancellationToken cancellationToken)'.
build: src/AvaloniaInside.Shell/INavigatorLifecycle.cs#L15
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/AvaloniaInside.Shell/INavigatorLifecycle.cs#L16
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.