Skip to content

Add tab page and custom nav bar (#40) #32

Add tab page and custom nav bar (#40)

Add tab page and custom nav bar (#40) #32

Triggered via push September 7, 2024 17:09
Status Success
Total duration 26s
Artifacts

dotnet.yml

on: push
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/TabPage.cs#L124
Cannot convert null literal to non-nullable reference type.
build: src/AvaloniaInside.Shell/TabPage.cs#L246
Converting null literal or possible null value to non-nullable type.
build: src/AvaloniaInside.Shell/StackContentView.cs#L105
Possible null reference argument for parameter 'item' in 'bool AvaloniaList<Control>.Remove(Control 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 adding the 'required' modifier or declaring the property as nullable.
build: src/AvaloniaInside.Shell/SideMenu.cs#L15
Non-nullable field '_listBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the field as nullable.
build: src/AvaloniaInside.Shell/ShellView.ItemNavigator.cs#L17
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/Page.cs#L25
Non-nullable property 'Chain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.