AvaloniaILSpy icon indicating copy to clipboard operation
AvaloniaILSpy copied to clipboard

Avalonia-based .NET Decompiler (port of ILSpy)

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

crashing on monnery. I got the ILSpy is damaged and can't be opened... I applied the permissions fix and it ran, but crashes when clicking on the window. i re-ran...

The AvaloniaILSpy project was started by @jeffreye in his own GH in August 2018, and later transferred to the ic#code organization. As happens in open source (an example from close...

help wanted

**NOTE:** _This upgrade is a work-in-progress_ ## Feature Includes: * Upgrade from Avalonia v0.10.x to v11.0.0 * Added EditorConfig for VS styling and basic coding standards ## References * [Avalonia...

area-ui
issue-avalonia-framework

ran on an arch linux system, program opens but clicking the button crashes the program with the exception: ``` System.ArgumentException: The output byte buffer is too small to contain the...

Fixes the following two (related) issues: - After selecting entry A, then entry B, going back in history, and reselecting entry B, the decompiler output will now include both the...

Based on [TextBox.xaml](https://github.com/AvaloniaUI/Avalonia/blob/0.10.13/src/Avalonia.Themes.Default/TextBox.xaml) from Avalonia. Fixes search box not showing any indication on what text is selected. I'm unsure of why this is an issue, when it broke (or if...

this PR allow override treeview fontsize using an environment variable `ILSPY_TREEVIEW_FONTSIZE`. Example: ```sh ILSPY_TREEVIEW_FONTSIZE=14 ILSpy ```

invalid
area-ui

If the folder doesn't exist, the config variable will be 'ILSpy.xml', and the parent directory name will be an empty string. This will cause CreateDirectory to throw, and the application...

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...

help wanted
issue-enhancement
area-decompiler

### Steps to reproduce 1. Create a hello world command line application in dotnet 2. Publish the application as a single file `dotnet publish -c Release -p:PublishSingleFile=true` 3. Try to...