ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

Decompile baml files with ILSpyCmd

Open silasary opened this issue 1 year ago • 1 comments

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:

  1. Option to automatically decompile baml files when outputting them
  2. A second command I can invoke on the baml files once the initial command has been run

silasary avatar Feb 15 '24 06:02 silasary

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

christophwille avatar Feb 15 '24 06:02 christophwille