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

Perhaps we need a GH Action to automate updates of trivial packages...

Link to issue(s) this covers N/A ### Problem There is no option to always fully qualify type names to the strongest extent: even AlwaysQualifyMemberReferences | !UsingDeclarations omits the use of...

Here we list recent C# language versions (> C# 6) and their implementation status in ILSpy. Older (completed) language versions can be found in the [wiki](https://github.com/icsharpcode/ILSpy/wiki/Language-Feature-Roadmap). * Language features that...

Decompiler
C#
Documentation

### Input code ```csharp unsafe class UIntCases { static void Sample1() { uint local = 0; uint* r = &local; uint g = (*r++) * (*r++); Console.WriteLine(g); } static void...

Decompiler
C#
Enhancement

Link to issue(s) this covers N/A ### Problem When certain method calls* are compiled with netstandard1.x, the emitted `callvirt` instruction references a member that does not exist. At runtime, these...

### Steps to reproduce 1. Just try to expand resources of the assembly ### Error message shown ![image](https://user-images.githubusercontent.com/765343/181925104-88b22d40-3403-48a1-acbb-3e7fc011ecdf.png) ### Details * Product in use: e.g. ILSpy / ICSharpCode.Decompiler nuget package...

Bug

From the P2 build (only to document that we need to debug this build issue): ![image](https://user-images.githubusercontent.com/344208/181885092-e19fa68b-a115-47cc-9cd6-56f7057b9c56.png)

Bug
Build Automation

**Is your feature request related to a problem? Please describe.** The repo's root contains packages.props, which lists versions of dependent NuGet packages used as default versions in all csprojs, unless...

Enhancement
Build Automation

I update ILSpy from .NET 4.7.2 to .NET 6 ``` Workbook workbook = new Workbook(string_0); Worksheet worksheet = null; // 1. worksheet string text = "保温规格代号"; foreach (Worksheet worksheet in...

Bug
Decompiler

For https://github.com/icsharpcode/ILSpy/commit/5f324de10bcc9f9ad3144b4030a1a0a27615a8dc and https://github.com/icsharpcode/ILSpy/commit/2ed9ad6b51110acfa5430a50f34b985c9c4eb1ac We manually tested during the #2722 dev meeting because only 4.3.0-2.final of Microsoft.Net.Compilers.Toolset was available at that time - that didn't yet support the feature. (we...

Decompiler
External
Tests
on hold