Releases: icsharpcode/AvaloniaILSpy
Releases · icsharpcode/AvaloniaILSpy
Avalonia ILSpy 7.2 RC
Avalonia ILSpy 7.1 RC
- Build with dotnet 6
- arm64 support for all os
- ics upgraded to 7.1
- Avalonia 0.10.11
Avalonia ILSpy 7.0 RC 2
- Fix crashes on Linux when clicking "File > Open..."
Avalonia ILSpy 7.0 RC 1
- Avalonia 0.10.2
- AvaloniaEdit 0.10.0 (official version)
- ICSharpCode.Decompiler 7.0 RC 2
Avalonia ILSpy 5.0 RC 2
- Switch to official AvaloniaEdit submodule
- Update to Avalonia 0.9.9
- Bug fixes
Avalonia ILSpy 5.0 RC 1
- Merge code from https://github.com/icsharpcode/ILSpy/releases/tag/v5.0.2
- Avalonia 0.9.0
- Native Global Menu on macOS
Instructions for macOS users
- Extract
ILSpy-osx-x64-Release.zip
- Open
ILSpy.app
- Open
System Preferences
, thenSecurity & Privacy
/General
, and there inAllow apps downloaded from
- Click
Open Anyway
Avalonia ILSpy 4.0 RC 2
UI Improvements
Fix black area issue on Windows
Fix scroll issue on Decompiler Text View
Implemented font options
ILSpy Improvements:
https://github.com/icsharpcode/ILSpy/releases/tag/v4.0-rc2
Avalonia ILSpy 4.0 RC 1
UI Improvements
- Light/Dark theme ( you can also build your own one, see files on Themes folder)
- Key shortcut support on macOS
ILSpy Improvements:
https://github.com/icsharpcode/ILSpy/releases/tag/v4.0-rc1
Known Issues
On Windows machine, when open up a dialog window (e.g. Open List), it has a black area around the window. Resizing window could fix it.
Avalonia ILSpy 4.0 Beta 3
ILSpy Improvements:
see https://github.com/icsharpcode/ILSpy/releases/tag/v4.0-beta3
Known Issues
On Linux/ Windows, If you have trouble in rendering glitch, try to set your environment variable to turn off defer rendering.
AVALONIA_GTK3_ USE_DEFERRED_RENDERING_OVERRIDE=false