Update to v0.1.0-rc1 (#51) #35
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/Gml.Client/src/Gml.Web.Api.Dto/Messages/ResponseMessage.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Gml.Client/src/Gml.Web.Api.Dto/Messages/ResponseMessage.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Gml.Client/src/Gml.Web.Api.Dto/Messages/ResponseMessage.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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/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).
|
This job succeeded
Loading