When decompiling WPF, please take care of code-behind files:
There is also a general behavior (not a WPF explosive) of creating all folders in one level with qualified names, which cause many errors with resource paths (as images, xaml, cshtml, etc). Please get rid of the namespace part, and nest folders.
Any doable part of these suggestion will save a lot of users time.
Thanks
When decompiling WPF, please take care of code-behind files:
.cs, and place this file in the same folder as the xaml file.private bool _contentLoaded;. Delete them.Buid Actionfor App.xaml ispage, while it should beApplicationDefinition.Buid Actionfor resources like images isEmbeddedResource, while it should beResource.There is also a general behavior (not a WPF explosive) of creating all folders in one level with qualified names, which cause many errors with resource paths (as images, xaml, cshtml, etc). Please get rid of the namespace part, and nest folders.
Any doable part of these suggestion will save a lot of users time.
Thanks