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

### Input code Please see https://github.com/icsharpcode/ILSpy/issues/2389 Unfortunately I cant find it in CSReference ### Erroneous output ```csharp private unsafe static void InternalCopyPtrToStructure(void* ptr, out T output) where T : struct...

Decompiler
Enhancement

![image](https://user-images.githubusercontent.com/9637711/115160299-62c57b00-a04c-11eb-8dee-d4fb067c0c57.png) ![image](https://user-images.githubusercontent.com/9637711/115160330-8a1c4800-a04c-11eb-9e28-887c6b331296.png) ### Details * ILSpy 7.0.0.6483-rc1 * [Sample: github.com/tModLoader/tModLoader/releases](https://github.com/tModLoader/tModLoader/releases/download/v0.11.8.3/tModLoader.Windows.v0.11.8.3.zip)

Bug

2nd part for #2346

Build Automation

**Is your feature request related to a problem? Please describe.** When analysing the code, often there are long lists of `Used By`, `Exposed By`, & `Extension Methods` etc. Each one...

UI
Analyzer
Help Wanted
Enhancement

Currently we do not look at the nuspec of a loaded nuget package to load referenced nuget packages. This makes decompilation quality inside nuget packages not optimal. We should: *...

New Feature

This idea has been around for a very long time in personal conversation - integrating a symbol server in ILSpy that one can add to Visual Studio. The premise would...

New Feature
PDBGen
Idea/Proposal

Repro ``` /// foo > 1 class C { } // compile with -doc:blahblah ``` Decompiles to ``` // C /// foo > 1 internal class C { } ```...

Bug
Decompiler
C#

Add a bookmarks pad that allows keeping a list of items from the assembly list treeview for quick navigation.

New Feature
UI
Search
Help Wanted

Hi guys, I am pretty new to C# and stuff, but I am learning it for work, so I guess I will do this Feature Request by myself and start...

New Feature
UI
Search

Definitions * Pane: singleton windows (only one can be open at any point in time). Some can be hidden or closed, others will be open at all times (cannot be...

New Feature
UI
Enhancement