Skip to content

Update GameService.cs #51

Update GameService.cs

Update GameService.cs #51

Triggered via push July 1, 2024 12:07
Status Success
Total duration 4m 58s
Artifacts

ci.yml

on: push
Matrix: Build / build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build / Build (x64): Natsurainko.FluentLauncher/Services/Download/DownloadService.cs#L45
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L15
Nullability of reference types in type of parameter 'source' of 'object AccountToJsonConverter.Convert(object source)' doesn't match implicitly implemented member 'object? IDataTypeConverter.Convert(object? source)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L34
Nullability of reference types in type of parameter 'target' of 'object AccountToJsonConverter.ConvertFrom(object target)' doesn't match implicitly implemented member 'object? IDataTypeConverter.ConvertFrom(object? target)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L7
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L46
Nullability of reference types in return type of 'object? PageProvider<TPageBase>.GetViewModel(string key)' doesn't match implicitly implemented member 'object IPageProvider.GetViewModel(string key)' (possibly because of nullability attributes).
Build / Build (x64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProviderBuilder.cs#L29
Cannot convert null literal to non-nullable reference type.
Build / Build (x64): Natsurainko.FluentLauncher/ViewModels/OOBE/OOBEViewModel.cs#L165
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
Build / Build (x64): Natsurainko.FluentLauncher/Models/UI/PublishData.cs#L5
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build (x64): Natsurainko.FluentLauncher/Models/UI/PublishData.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build (arm64): Natsurainko.FluentLauncher/Services/Download/DownloadService.cs#L45
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L15
Nullability of reference types in type of parameter 'source' of 'object AccountToJsonConverter.Convert(object source)' doesn't match implicitly implemented member 'object? IDataTypeConverter.Convert(object? source)' (possibly because of nullability attributes).
Build / Build (arm64): Natsurainko.FluentLauncher/Utils/AccountToJsonConverter.cs#L34
Nullability of reference types in type of parameter 'target' of 'object AccountToJsonConverter.ConvertFrom(object target)' doesn't match implicitly implemented member 'object? IDataTypeConverter.ConvertFrom(object? target)' (possibly because of nullability attributes).
Build / Build (arm64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L7
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProvider.cs#L46
Nullability of reference types in return type of 'object? PageProvider<TPageBase>.GetViewModel(string key)' doesn't match implicitly implemented member 'object IPageProvider.GetViewModel(string key)' (possibly because of nullability attributes).
Build / Build (arm64): Natsurainko.FluentLauncher/Services/UI/Pages/PageProviderBuilder.cs#L29
Cannot convert null literal to non-nullable reference type.
Build / Build (arm64): Natsurainko.FluentLauncher/ViewModels/OOBE/OOBEViewModel.cs#L165
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
Build / Build (arm64): Natsurainko.FluentLauncher/Models/UI/PublishData.cs#L5
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build (arm64): Natsurainko.FluentLauncher/Models/UI/PublishData.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.