Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

chore(deps): update dependency xamarin.androidx.core.splashscreen to 1.2.0.2 #187

chore(deps): update dependency xamarin.androidx.core.splashscreen to 1.2.0.2

chore(deps): update dependency xamarin.androidx.core.splashscreen to 1.2.0.2 #187

Triggered via pull request December 4, 2025 06:27
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/AvaloniaInside.Shell/Navigator.cs#L93
Possible null reference assignment.
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/ShellView.ItemNavigator.cs#L17
Possible null reference argument for parameter 'source' in 'IEnumerable<IItem> Enumerable.Cast<IItem>(IEnumerable source)'.
build: src/AvaloniaInside.Shell/ShellView.cs#L437
'IInsetsManager.DisplayEdgeToEdge' is obsolete: 'Use DisplayEdgeToEdgePreference'
build: src/AvaloniaInside.Shell/ShellView.cs#L378
'IInsetsManager.DisplayEdgeToEdge' is obsolete: 'Use DisplayEdgeToEdgePreference'
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/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/StackContentView.cs#L114
Possible null reference argument for parameter 'item' in 'bool AvaloniaList<Control>.Remove(Control item)'.
build: src/AvaloniaInside.Shell/TabPage.cs#L246
Converting null literal or possible null value to non-nullable type.
build: src/AvaloniaInside.Shell/TabPage.cs#L124
Cannot convert null literal to non-nullable reference type.