Skip to content

Update to v0.1.0-rc1 #34

Update to v0.1.0-rc1

Update to v0.1.0-rc1 #34

Triggered via pull request September 1, 2024 12:36
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/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/NotificationMessageManager.cs#L18
Non-nullable event 'OnMessageQueued' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageManager.cs#L23
Non-nullable event 'OnMessageDismissed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageBuilderLinq.cs#L33
Possible null reference argument for parameter 'brush' in 'void NotificationMessageBuilder.SetForeground(IBrush brush)'.