auto run pipeline when tag pushed (#75) #64
Annotations
10 warnings
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/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/ShellView.ItemNavigator.cs#L17
Possible null reference argument for parameter 'source' in 'IEnumerable<IItem> Enumerable.Cast<IItem>(IEnumerable source)'.
|
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#L105
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/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/TabPage.cs#L124
Cannot convert null literal to non-nullable reference type.
|
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.
|
Loading