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 ![2024-05-12 233918](https://github.com/icsharpcode/ILSpy/assets/51234993/dec13d33-ee18-4a33-baad-59a7d50de6b0) ### Erroneous output ![2024-05-12 234113](https://github.com/icsharpcode/ILSpy/assets/51234993/28ce6152-3e63-4e43-b877-02cf4ad8e91a) ### Details ILSpy version 9.0.0.7618-preview1 [ConsoleApp1.zip](https://github.com/icsharpcode/ILSpy/files/15286868/ConsoleApp1.zip)

Bug
Decompiler

**Is your feature request related to a problem? Please describe.** I have few DevExpress (*.Charts, *.CodeParser, *.Data etc.) assemblies loaded and trying to search DateTime. Search result shows me: ![obraz](https://github.com/icsharpcode/ILSpy/assets/1755531/f02a4ca7-e216-4401-8b74-7dad8f629856)...

Enhancement

example script private static void addAchievement(string key, bool generateToken) { if (!generateToken) { SaveManager.AddInt(key, 1); } int num = 0; int num2 = UnityEngine.Random.Range(0, generateToken ? 1 : 0); string...

Bug