[Infra] Separate UI services from the main project #52
Annotations
10 warnings
infra/FluentLauncher.Infra.UI/Pages/PageProvider.cs#L7
Cannot convert null literal to non-nullable reference type.
|
infra/FluentLauncher.Infra.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).
|
infra/FluentLauncher.Infra.UI/Pages/PageProviderBuilder.cs#L30
Cannot convert null literal to non-nullable reference type.
|
infra/FluentLauncher.Infra.UI/Pages/PageProviderBuilder.cs#L12
Non-nullable field '_pageProviderFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
infra/FluentLauncher.Infra.UI/Windows/ActivationServiceBuilder.cs#L18
Non-nullable field '_serviceFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Natsurainko.FluentCore/Natsurainko.FluentCore/Authentication/Yggdrasil/YggdrasilAuthenticator.cs#L87
The variable 'e' is declared but never used
|
Natsurainko.FluentLauncher/Services/Download/DownloadService.cs#L45
Cannot convert null literal to non-nullable reference type.
|
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).
|
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).
|
Natsurainko.FluentLauncher/ViewModels/OOBE/OOBEViewModel.cs#L166
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
|
This job succeeded
Loading