Update to v0.1.0-rc2-hotfix1 (#54) #41
Annotations
10 warnings
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageBuilderLinq.cs#L182
Cannot convert null literal to non-nullable reference type.
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageBuilderLinq.cs#L199
Cannot convert null literal to non-nullable reference type.
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/Controls/CloseCommand.cs#L12
Nullability of reference types in type of parameter 'parameter' of 'bool CloseCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/Controls/CloseCommand.cs#L17
Nullability of reference types in type of parameter 'parameter' of 'void CloseCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/Controls/NotificationMessageButton.cs#L11
Nullability of reference types in return type of 'object? ContentControl.Content.get' doesn't match implicitly implemented member 'object INotificationMessageButton.Content.get' (possibly because of nullability attributes).
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/Controls/NotificationMessage.cs#L19
Nullability of reference types in return type of 'IBrush? TemplatedControl.Foreground.get' doesn't match implicitly implemented member 'IBrush INotificationMessage.Foreground.get' (possibly because of nullability attributes).
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/Controls/NotificationMessage.cs#L19
Nullability of reference types in return type of 'IBrush? TemplatedControl.Background.get' doesn't match implicitly implemented member 'IBrush INotificationMessage.Background.get' (possibly because of nullability attributes).
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageBuilderLinq.cs#L33
Possible null reference argument for parameter 'brush' in 'void NotificationMessageBuilder.SetForeground(IBrush brush)'.
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageBuilderLinq.cs#L49
Possible null reference argument for parameter 'backgroundBrush' in 'void NotificationMessageBuilder.SetBackground(IBrush backgroundBrush)'.
|
Build:
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageBuilderLinq.cs#L80
Possible null reference argument for parameter 'accentBrush' in 'void NotificationMessageBuilder.SetAccent(IBrush accentBrush)'.
|
Loading