Open walterlv opened 2 years ago
Yep, I also noticed that.
I'll try to somehow improve this Resource
class. It is not essential, you don't even have to use it, but in my opinion it is much more elegant and easy to understand for beginners. If I can't do anything to have it automatically load DynamicResource
, we'll roll back to the old method
Is your feature request related to a problem? Please describe.
In the previous version 1.2.7, we merge resources using the
ResourceDictionary
:After upgrading the WPFUI to 2.0.1, it introduced a new style like this:
But the Visual Studio does not recognize it so we will not get the resource names in the intelligence.
d:ResourceDictionary
is not supported right now so the workaround below is invalid:Describe the solution you'd like
Idk. Maybe we have to give up the new style?
Describe alternatives you've considered
Additional context
It now only contains the resources that are defined in my project only.