AvaloniaILSpy icon indicating copy to clipboard operation
AvaloniaILSpy copied to clipboard

Avalonia-based .NET Decompiler (port of ILSpy)

Results 51 AvaloniaILSpy issues
Sort by recently updated
recently updated
newest added

Feature includes: * Added EditorConfig file to ensure Visual Studio settings match the project's unique preferences * Updated syntax highlighting rules to match those in the latest ILSpy * Added...

If I try to run ILSpy on at a 4k resolution, the window is really tiny, and unreadable: ![image](https://user-images.githubusercontent.com/725981/230798699-c6f2393e-c780-47de-aef9-b6118fe5b198.png) This is on Fedora 37.

This PR fixes loading of assembly by startup arguments when using absolute paths on linux platform that uses '/' as root path. Relative paths still not working because of [this](https://github.com/icsharpcode/AvaloniaILSpy/blob/5f0f23169e921286f4233c1d290270f061117982/ILSpy/Program.cs#L18)...

As of this writing, https://www.nuget.org/packages/Avalonia/11.0.0-preview4 is available. AvaloniaILSpy should be upgraded to that (or newer).

help wanted
issue-enhancement
area-ui

ILSpy 7.2 (latest) - osx-arm64 and osx-x64 releases unzip into an app that is damaged and can't be opened ILSpy 7.1 - same thing. osx-arm64 and osx-x64 releases unzip into...

As the title suggests, this PR updates ILSpy project to NET8.

happened during exploring .net assembly version used: * ILSpy version 8.0.0.0.preview3 expectations: no crash, but error printed in the right decompilation pane istead full stack: ``` user:tplevo347:linux-x64/ |master U:1*|$ ./ILSpy...

### Steps to reproduce 1. Open ILSpy from Exegol 2. Increase font size and display 3. Validate ### Error message shown Font isn't changed in menu and left panel ![image](https://github.com/user-attachments/assets/f8b59200-5d8a-4000-ad86-f8c557ee3a14)...

Is there any alternatives for macos?

.NET 6 has hit EOL on November 12, 2024[^1] and will no longer be supported nor receive updates. Recommended path is to upgrade either to .NET 8 (LTS) or .NET...