You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows API DesktopWindowXamlSource requires the process to identify the version of the operating system it was tested on by specifying this in it manifest via maxversiontested (dot net had the same problem). Since tests run under testhost.exe, it must specify this to enable tests that use that XAML API to function.
if (CQuirksMode2::QuirkBlockXamlIslands())
{
// Xaml Islands are available from 19H1( 10.0.18226.0 ) release onwards.::RoOriginateError(E_UNEXPECTED,
Steps to reproduce
Create a test that ties to construct DesktopWindowXamlSource.
Expected behavior
The test can run.
Actual behavior
the test fails due to a fail fast in Xaml
Diagnostic logs
I've got stack traces and source for those interesetd.
Description
The Windows API DesktopWindowXamlSource requires the process to identify the version of the operating system it was tested on by specifying this in it manifest via maxversiontested (dot net had the same problem). Since tests run under testhost.exe, it must specify this to enable tests that use that XAML API to function.
Steps to reproduce
Create a test that ties to construct DesktopWindowXamlSource.
Expected behavior
The test can run.
Actual behavior
the test fails due to a fail fast in Xaml
Diagnostic logs
I've got stack traces and source for those interesetd.
Environment
Windows 10 or above.
Here is an example manifest that is suppoorted.
The text was updated successfully, but these errors were encountered: