Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompile baml files with ILSpyCmd #3165

Open
silasary opened this issue Feb 15, 2024 · 1 comment
Open

Decompile baml files with ILSpyCmd #3165

silasary opened this issue Feb 15, 2024 · 1 comment
Labels
Enhancement Areas for improvement

Comments

@silasary
Copy link

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 silasary added the Enhancement Areas for improvement label Feb 15, 2024
@christophwille
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Areas for improvement
Projects
None yet
Development

No branches or pull requests

2 participants