tom-englert / ILMerge.Fody

Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local dependencies.
MIT License
36 stars 5 forks source link

Xceed.Wpf.Toolkit #12

Open grizoood opened 1 year ago

grizoood commented 1 year ago

Good morning,

I have Xceed.Wpf.Toolkit dll as a reference in my visual studio project, but when I build the dll is not merged, I looked with dotPeek, do you know why?

tom-englert commented 1 year ago

And all others are merged?

BTW, it will only merge IL, you will loose all XAML when merging a WPF assembly.