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: |
Pull request was closed
Rebase failed
Prerequisite PR: CommunityToolkit/Tooling-Windows-Submodule#195