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

Upgrade to ILSpyX from ILSpy 8 #127

Open
christophwille opened this issue Dec 25, 2022 · 2 comments
Open

Upgrade to ILSpyX from ILSpy 8 #127

christophwille opened this issue Dec 25, 2022 · 2 comments

Comments

@christophwille
Copy link
Member

With P3 https://github.com/icsharpcode/ILSpy/releases/tag/v8.0-preview3 the abstraction layer ILSpyX was added to nuget.org packages (for some details see Breaking Changes in the P1 announcements https://github.com/icsharpcode/ILSpy/releases/tag/v8.0-preview1). This should make a whole lot of ILSpy.Core "obsolete" in terms of using the actual, current code base from ILSpy matching the decompiler package (Note: the decompiler package is transitively referenced in ILSpyX, this means the dependency can and should be replaced).

@christophwille
Copy link
Member Author

@christophwille
Copy link
Member Author

The backend of ILSpy for VSCode is using ILSpyX: https://github.com/icsharpcode/ilspy-vscode/tree/master/backend/src/ILSpy.Backend

The general idea is to remove previously copied code and instead use it from ILSpyX (when available, of course)

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

No branches or pull requests

1 participant