We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
Other users of ILSpyX (so far, known):
Sorry, something went wrong.
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)
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: