We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The RC2 Compact Navigation template throws an exception when navigating to the Data page:
System.Windows.Markup.XamlParseException: 'Must create DependencySource on same Thread as the DependencyObject.'
Create app using RC2 Compact Navigation Template, build and run project. Click "Data" to navigate to Data page.
App should navigate to Data page
No response
Win 11
.NET 8.0
4.0.0-rc.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The RC2 Compact Navigation template throws an exception when navigating to the Data page:
System.Windows.Markup.XamlParseException: 'Must create DependencySource on same Thread as the DependencyObject.'
To Reproduce
Create app using RC2 Compact Navigation Template, build and run project. Click "Data" to navigate to Data page.
Expected behavior
App should navigate to Data page
Screenshots
No response
OS version
Win 11
.NET version
.NET 8.0
WPF-UI NuGet version
4.0.0-rc.2
Additional context
No response
The text was updated successfully, but these errors were encountered: