Replies: 1 comment
-
Thank you for reporting this. That was just a typo from recent updates for 5.0.0 work. Fixed now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
I found an issue in Getting Started -> Version 5.0.0 and later section. It seems like there is a redundant slash("/") in the first example import code.
original:
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes//MaterialDesign3.Defaults.xaml"/>
should be:
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml"/>
I can use the library only if I delete the redundant slash. or I'll get a "cannot find resources" error. Is that a typo?
I'm not sure which kind of issue to open. so I decided to open a discussion.
I'm new to github and contribution. if I'm doing something incorrectly. Just tell me. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions