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

### Steps to reproduce 1. Download release from https://github.com/icsharpcode/AvaloniaILSpy/releases/tag/v7.0-rc2 linux-x64.zip 2. Unzip files 3. Brwose artifacts/linux-64 folder 4. Execute `./ILSpy` 5. Get: ``` Sorry, we crashed Microsoft.VisualStudio.Composition.CompositionFailedException: An exception was...

issue-avalonia-framework

I can't quit the application by selecting ILSpy->Quit from the menu or by using the ⌘+Q shortcut. I can only quit by selecting File->Exit from the menu, or via force-quit....

When trying to save an assembly code with the option selected as "C# Project", ILSpy only exports a single file, insead of the supposed multiple individual C# files. It seems,...

https://github.com/xoofx/dotnet-releaser could this be something that is useful for our scenarios? @jeffreye

issue-enhancement
needs-investigation
area-build

I downloaded the nupkg from https://www.nuget.org/packages/Synercoding.UnitOfWork/ and I got the following error: ```text Sorry, we crashed Avalonia.Markup.Xaml.XamlLoadException: No precompiled XAML found for ICSharpCode.ILSpy.NugetPackageBrowserDialog, make sure to specify x:Class and include...

issue-bug
area-ui

macOS12 in search input component, cannot using cmd+c cmd+v cmd+a etc...

help wanted
good first issue
platform-mac

I lost the source code of one of my small project, so i decided to decompiled the dll. ![shot](https://user-images.githubusercontent.com/77863853/117665844-d6831f80-b1d5-11eb-91db-f51b676edf97.png) So how to export or see the xaml code in the...

issue-question

We need ILSpy for other platforms, other than Windows.

I made attempt to drag netmodule in order to reproduce #88 and receive another crash. This one looks a lot like Avalonia is to blame since crash happens during call...