0.11 (pre-release)
Pre-release
Pre-release
Re-archictected ILSpy Decompiler Extension for VSCode, which brings some improvements comparing to previous releases:
- The extension now includes the new ILSpy.Backend server based on .NET 5.0, which means we are cross-platform without dependency on Mono on Linux/MacOS. ILSpy.Backend uses Language Server Protocol, which is a modern and generic way to extend VSCode with non-TypeScript modules.
- We use .NET Install Tool extension to automatically acquire and install needed .NET 5.0 runtime on startup. User doesn't need to manually install .NET or Mono in advance.
- Assembly entries in tree are now shown similarly to ILSpy application (assembly name, version, target framework).
The .vsix file can be installed in Visual Studio Code through Extensions -> ... -> Install from VSIX...
Please give it a try and report any issues here.