lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.72k stars 756 forks source link

RC2 Compact Template Exception #1239

Open jonmotos opened 2 months ago

jonmotos commented 2 months ago

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