Merge pull request #43 from Gml-Launcher/dev #25
Annotations
10 warnings
src/Gml.Client/src/Gml.Web.Api.Domains/Storage/StorageSettings.cs#L10
Nullability of reference types in return type of 'string? StorageSettings.StorageHost.get' doesn't match implicitly implemented member 'string IStorageSettings.StorageHost.get' (possibly because of nullability attributes).
|
src/Gml.Client/src/Gml.Web.Api.Domains/Storage/StorageSettings.cs#L11
Nullability of reference types in return type of 'string? StorageSettings.StorageLogin.get' doesn't match implicitly implemented member 'string IStorageSettings.StorageLogin.get' (possibly because of nullability attributes).
|
src/Gml.Client/src/Gml.Web.Api.Domains/Storage/StorageSettings.cs#L12
Nullability of reference types in return type of 'string? StorageSettings.StoragePassword.get' doesn't match implicitly implemented member 'string IStorageSettings.StoragePassword.get' (possibly because of nullability attributes).
|
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageBuilderLinq.cs#L182
Cannot convert null literal to non-nullable reference type.
|
src/GamerVII.Notification.Avalonia/GamerVII.Notification.Avalonia/NotificationMessageBuilderLinq.cs#L199
Cannot convert null literal to non-nullable reference type.
|
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).
|
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).
|
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).
|
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).
|
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).
|
This job succeeded
Loading