Skip to content

Update to v0.1.0-beta4 #28

Update to v0.1.0-beta4

Update to v0.1.0-beta4 #28

Triggered via pull request August 11, 2024 06:47
Status Success
Total duration 57s
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/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).