ILSpy
ILSpy copied to clipboard
Decompile baml files with ILSpyCmd
Is your feature request related to a problem? Please describe.
I'm using ILSpyCmd to identify changes between software releases, and currently that spits out a lot of binary baml files that aren't diffable.
While the simple solution is to just ignore them, ideally it would be better to call ILSpy.BamlDecompiler and actually compare the raw xml outputs.
Describe the solution you'd like
Either:
- Option to automatically decompile baml files when outputting them
- A second command I can invoke on the baml files once the initial command has been run
ILSpyCmd doesn't support the addins for ILSpy, and Baml support is provided via an addin at the moment, see https://github.com/icsharpcode/ILSpy/tree/master/ILSpy.BamlDecompiler