ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

.NET Decompiler - with Mono decompilation changes from aerror2/ILSpy-For-MacOSX ---- No longer maintained, use https://github.com/0xd4d/dnSpy it is way better

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

I would love to have your features available in a newer version of ILSpy.

Can you include a dark theme? The generic theme is not good on my eyes. I'm used to charcoal backgrounds and light-grey text. I would be very thankful!

There are still some uncompiled codes here. So i'm stucked... lol

Following error caused by using the Analyzer Used By on Verse.Root.Update() on the a16 rimworld assembly. `ICSharpCode.Decompiler.ReferenceResolvingException` ![grafik](https://cloud.githubusercontent.com/assets/19973727/21959158/3f49d01a-dabf-11e6-8a12-dcd274728fa7.png)

Some compiler generated fields get left in delegates inside of iterators. For example, (() => this.f__this.wantSwitchOn)

In RimWorld.PawnRelationUtility.GetRelations, the decompiled code contains an empty finally block. The Finally block should contain the code "ProfilerThreadCheck.EndSample();"