Fix AOT compatibility issues in Infra #144
Annotations
10 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/Models/UI/MessageData.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create app package:
Natsurainko.FluentLauncher/Models/UI/MessageData.cs#L10
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create app package:
Natsurainko.FluentLauncher/Models/UI/MessageData.cs#L12
Non-nullable property 'Button' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create app package:
Natsurainko.FluentLauncher/Services/Launch/LaunchService.cs#L254
Async-iterator 'GetExtraVmParameters(CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
Loading