.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
DoctorKrolic caea72824d Add an option to not transform `Activator.CreateInstance<T>()` to `new T()` 5 days ago
..
Correctness Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 3 months ago
Disassembler/Pretty
ILPretty Fix stack overflow exception in CSharpResolver (#3471) 1 month ago
PdbGen
Pretty Add configuration option to check for overflow and underflow 4 weeks ago
Ugly Add an option to not transform `Activator.CreateInstance<T>()` to `new T()` 5 days ago
VBPretty Fix #1572: parameters of lambdas and local functions are renamed, if there are with names from outer scopes collisions. 3 months ago