.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
 
 
 
 
Siegfried Pammer d5a2b893e9 Fix ReadCodeMappingInfo for lambdas compiled with mcs. 7 years ago
..
OutputVisitor CSharpAmbience: add option to hide parameter default values. 7 years ago
Resolver Add support for FormattableString patterns. 7 years ago
Syntax Fix bug in TSAB: readonly and ref modifiers should only be added to structs if ShowModifiers == true. 7 years ago
Transforms Fix initialization order of destructorBodyPattern and destructorPattern. 7 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 7 years ago
CSharpDecompiler.cs Fix ReadCodeMappingInfo for lambdas compiled with mcs. 7 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 7 years ago
CallBuilder.cs Fix #1250: Missing enum to int cast in object initializer 7 years ago
ExpressionBuilder.cs Fix #1250: Missing enum to int cast in object initializer 7 years ago
RequiredNamespaceCollector.cs Fix #1232: BadImageFormatException: Invalid SEH header 7 years ago
SequencePointBuilder.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 7 years ago
StatementBuilder.cs Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic) 7 years ago
TranslatedExpression.cs Fix #1250: Missing enum to int cast in object initializer 7 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #1225: Increase file name length limit, and opt into Win10 long path support. 7 years ago