Fix nullability warnings (#274) #150
Annotations
8 warnings
Create app package:
infra/FluentLauncher.Infra.Settings.SourceGenerators/SettingsViewModelGenerator.cs#L188
Dereference of a possibly null reference.
|
Create app package:
infra/FluentLauncher.Infra.Settings.SourceGenerators/SettingsViewModelGenerator.cs#L204
Dereference of a possibly null reference.
|
Create app package:
infra/FluentLauncher.Infra.Settings.SourceGenerators/SettingsViewModelGenerator.cs#L241
Nullability of reference types in value of type 'Optional<object?>' doesn't match target type 'Optional<object>'.
|
Create app package:
infra/FluentLauncher.Infra.Settings.SourceGenerators/SettingsViewModelGenerator.cs#L185
Non-nullable property 'SettingsProviderClassFullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create app package:
infra/FluentLauncher.Infra.Settings.SourceGenerators/SettingsViewModelGenerator.cs#L185
Non-nullable property 'SettingsProviderMemberName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create app package
Found version-specific or distribution-specific runtime identifier(s): win10-arm64, win10-x64, win10-x86. Affected libraries: Microsoft.WindowsAppSDK. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Create app package:
Natsurainko.FluentLauncher/ViewModels/Settings/SkinViewModel.cs#L69
'ObjReader' is obsolete: 'Suggest to use HelixToolkit.SharpDX.Assimp'
|
Create app package:
Natsurainko.FluentLauncher/ViewModels/Settings/SkinViewModel.cs#L69
'ObjReader' is obsolete: 'Suggest to use HelixToolkit.SharpDX.Assimp'
|
Loading