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

Support weavers #16

Open
tzachshabtay opened this issue Nov 28, 2017 · 1 comment
Open

Support weavers #16

tzachshabtay opened this issue Nov 28, 2017 · 1 comment

Comments

@tzachshabtay
Copy link

Hi, I want to inspect the output of IL weavers (like Fody or PostSharp), but it looks as though you compile the code yourself and not inspect the compiled IL, so will it work?

@josephwoodward
Copy link
Owner

Hi tzachshabtay, I don't think it would work. As you say, VS Code IL Viewer compiles the code (just the class being inspected) in memory to get the IL. I'd be interested in making it inspect the pre-compiled .dll but that brings into questions as to how old the .dll is which may result in another compilation to ensure the latest version.

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

No branches or pull requests

2 participants