Is CsWinRT compatible with .NET 8 AOT? #1590
-
Hi, I have this project:
And this C# code:
Builds fine but when I run, I get a
Is this supposed to work? Am I missing some configuration? |
Beta Was this translation helpful? Give feedback.
Answered by
manodasanW
Apr 25, 2024
Replies: 1 comment
-
Our public NuGet packages don't support AOT yet, but it is coming soon. Right now, all changes related to our AOT support are in our staging branch (staging/AOT). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smourier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our public NuGet packages don't support AOT yet, but it is coming soon. Right now, all changes related to our AOT support are in our staging branch (staging/AOT).