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.
System.Windows.Markup.XamlParseException: ''Set property 'System.Windows.Media.SolidColorBrush.Color' threw an exception.' Line number '200' and line position '26'.'
InvalidOperationException: '#0F000000' is not a valid value for property 'Color'.
To Reproduce
Start sample app
In the auto suggest type and select NavigationView
Note: It will not crash if you manually go to Navigation->NavigationView from navigation pane
Also crashes in apps using preview 8 and does not crash when using preview 7
Describe the bug
System.Windows.Markup.XamlParseException: ''Set property 'System.Windows.Media.SolidColorBrush.Color' threw an exception.' Line number '200' and line position '26'.' InvalidOperationException: '#0F000000' is not a valid value for property 'Color'.
To Reproduce
Start sample app In the auto suggest type and select NavigationView Note: It will not crash if you manually go to Navigation->NavigationView from navigation pane Also crashes in apps using preview 8 and does not crash when using preview 7
Expected behavior
Should not crash
Screenshots
No response
OS version
Windows 10
.NET version
.net 6
WPF-UI NuGet version
3.0.0-preview.8
Additional context
No response