#59 - added Locator.RegisterResolverCallbackChanged to support Splat'… #60
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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.
|
Build:
src/AvaloniaInside.Shell/INavigatorLifecycle.cs#L17
Non-nullable property 'FromUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading