Hi Steve Snell,
Thanks for the update.
Query 1: Desktop version uses 0.5 'release' version of Project Reunion and still results in blank screen.
We have validated the reported issue, but sample is working fine at our end. We suspect that this issue occurs due to the mismatch of system configuration. Please include the below lines in your desktop project.
ChartGettingStartedDesktop.csproj:
|
<ItemsGroup>
<!-- If you are targeting 18362 -->
<FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion="10.0.18362.13" />
<!-- Or -->
<!-- If you are targeting 19041 -->
<FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion="10.0.19041.13" />
</ItemsGroup>
|
If you still face the problem, please check system requirements in the below link and let us know your system configurations like OS version, VS version if anything mismatched with the below system requirement.
Query 2: UWP version uses 0.5 'pre-release' version of Project Reunion and compiles/works ok. UWP version when using 0.5 'release' version of Project Reunion doesn't work.
We would like to let you know that Microsoft updated the project reunion stable version 0.5 for WinUI Desktop platform only and still maintained the 0.5 'pre-release' version for UWP platform. So, we suggest you to use the 0.5 'pre-release' version for UWP platform.
And also, we have updated the WinUI getting started samples with latest version, please download the sample from below link.
Thanks,
Lavanya A.