Skip to content

Fix #44 Add SplashScreen view to App.axaml.cs #26

Fix #44 Add SplashScreen view to App.axaml.cs

Fix #44 Add SplashScreen view to App.axaml.cs #26

Triggered via pull request July 30, 2024 13:59
Status Success
Total duration 54s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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).
build: 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).
build: 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).
build: 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.
build: 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.
build: 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.
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/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).