-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable AoT for net8 in Release #417
Conversation
This is a Draft PR until this remaining error can be fixed.
Full error:
The above error is the same for both this repo and in Labs. |
@Arlodotexe heard back from the platform team, this is a known issue and expected with 1.5. A fix should be coming in 1.6, so we can start testing that later as we see experimental/preview releases. For now, let's just turn on the AoT compatible bit/annotations and get that checked-in. |
components/Collections/src/AdvancedCollectionView/AdvancedCollectionView.cs
Show resolved
Hide resolved
Here's the error message from the CI:
This seems to be a transient error, so I'll rerun the ci and we'll address it directly if it reproduces consistently. |
Enables Native AoT functionality when running under .NET 8 in preparation for the WinAppSdk 1.6 release with NativeAoT support.
Prerequisite PR: CommunityToolkit/Tooling-Windows-Submodule#190