XAMLTools icon indicating copy to clipboard operation
XAMLTools copied to clipboard

MergedDictionary Items does not merge

Open ghost1372 opened this issue 2 years ago • 0 comments

there is some file like this:

Text.xaml:

<ResourceDictionary
    xmlns:converters="clr-namespace:iNKORE.UI.WPF.Modern.Common.Converters">
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary>
              <converters:test key="test"/>
        </ResourceDictionary>
    </ResourceDictionary.MergedDictionaries>

</ResourceDictionary>

in this case, converters does not merge into our single xaml file and will be skipped. so xamltools should support merged dictionary in resource dictionary

ghost1372 avatar Nov 30 '23 09:11 ghost1372