-
Notifications
You must be signed in to change notification settings - Fork 74
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 #457
Conversation
Getting a webview2 error now, tracking in the Labs PR: CommunityToolkit/Labs-Windows#561 (comment) |
@Arlodotexe can we try this property from PowerToys (thanks @crutkas)? microsoft/PowerToys@main...dev/crutkas/testWinApp1.6p1#diff-47ade91915b4663302faffd533920a7af2359db7b717154c93a886448c0430c4R20-R29 <!-- START Upgrade Todo: Verify this is needed for RTM -->
<PropertyGroup>
<!-- Workaround for CWV2 SDK package bug referencing the winrt implementation binary (Microsoft.Web.WebView2.Core.dll)
when TargetPlatform=AnyCPU (as in this project). We don't need it for the cswinrt projection, set flag to avoid loading it. -->
<WebView2EnableCsWinRTProjectionExcludeCoreRef>true</WebView2EnableCsWinRTProjectionExcludeCoreRef>
</PropertyGroup>
<!-- END Upgrade Todo: Verify this is needed for RTM -->
<PropertyGroup> |
Now that we're updated to Preview1, it looks like we're encountering this error:
|
Sounds like the issue stems from the way 1.6-preview1 has its targets ordered. The workaround is to avoid running the |
UWP Tests ran into the random test failure #347
rekicking |
Another random failure, this time from .NET Native:
|
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.
Ship it!
Pull request was closed
Rebase failed
Prerequisite PR: CommunityToolkit/Tooling-Windows-Submodule#195