ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!

Results 203 ILSpy issues
Sort by recently updated
recently updated
newest added

I think it would be nice to be able to change the syntax highlighting colors and font weights. For example, I'd like to have the highlighting like the one in...

UI

### Details Hi, A friend and I are trying to iron out some decompilation errors with a C# DLL compiled with Mono 1.2.5. We understand that you don't target versions...

New Feature
Decompiler
mcs

hi im not sure if this is a bug or something but the it doesn't decompile FormMain.Designer.cs from a compiled exe just testing it with my own code i cant...

Decompiler
C#
Help Wanted
Enhancement

```c# static void Test(T a) { if (a is int x) Console.WriteLine(x); } ``` ILSpy: ```c# private static void Test(T a) { if (a is int) { object obj =...

Bug
Decompiler

### Discussed in https://github.com/icsharpcode/ILSpy/discussions/2441 Originally posted by **aBaechtold** June 24, 2021 Hi, I was recently reviewing an assembly that relies on assembly aliases (see also [extern alias (C# Reference)](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/extern-alias)) to...

Decompiler
C#
Enhancement

### Input code ```cs static class DeconstructForeachItemTest { static void Test(Dictionary data) { var dictionary = new Dictionary(); foreach (var (key, value) in data) { dictionary[key] = value; } }...

Bug
Decompiler

ILSpy version 6.0.0.5410-alpha1 Continuing games with new features, mainly tuples deconstructing https://docs.microsoft.com/en-us/dotnet/csharp/deconstruct input test code ``` public class TestDeconstructors { private int a1, a2, a3; public void Deconstruct(out int a1,...

New Feature
Decompiler
C#

It seems that in avalonia applications the axaml match file is compiled to c# code. is it possible to add support for outputting axaml interface files as it was originally?...

New Feature
Help Wanted
Idea/Proposal

Adding assemblies from a nuget/paket repo would be quite useful. Would an extension work better though? p.s. apologies it this is a dupe

Enhancement

ILSpy plans to add some syntax(eg. `innamespace:`) to decide how to search, it's a burden to the user. I have 2 suggestions: 1. Add a ComboBox to specify the search...

Enhancement