-
Notifications
You must be signed in to change notification settings - Fork 51
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
Updated to WinAppSdk 1.6, fixed AoT annotations #561
Conversation
I'm seeing these errors in the
If you try to fix the issue using
If you try to fix the issue with the other suggestion,
Similar errors if you try to use the type Anybody know what's happening here? Why is it telling me that these types exist, but erroring when I try to use them? |
Ah, yeah this is expected. FYI @manodasanW. @Arlodotexe you'll need to wait for the new SDK projections and WASDK preview. |
If this is just WinAppSDK, you can do the below workaround until we have builds with the right fixes.
|
Can you also add the below to the target and see if it helps.
|
Not getting any errors when building locally, but CI is throwing:
|
@Arlodotexe just as a test, try updating WebView2 to |
Our reference to WebView2 is transient and doesn't seem to be coming from |
I see, the way WebView2 is bundled with the WindowsAppSDK changed as of Preview1, now using a nuget package. The dependency shows on nuget.org when you select 1.6.240807006-preview1 or greater. |
Looks like that resolved our issue with WebView 2. Seeing an issue from before resurface, reproduces locally and in CI:
|
See my comment here: CommunityToolkit/Tooling-Windows-Submodule#195 (comment) |
This warning on
|
Seems like tests are failing as a result of some issue with RivePlayer.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minus those leftover ifdefs with the same code.
Prerequisite PR: CommunityToolkit/Tooling-Windows-Submodule#195