Features/add image resources (#18) #11
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/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/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.
|