.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.
 
 
 
 
Daniel Grunwald e990d5ac00 Revert the 'unwrapBoxingConversion' addition to TranslateTarget(), I ended up solving the boxing issue directly in HandleDelegateConstruction() 7 years ago
..
OutputVisitor CSharpAmbience: add option to hide parameter default values. 8 years ago
Resolver Fix #1309: Decompilation of dynamic casts. 8 years ago
Syntax Don't emit "virtual" modifier in interfaces (C# 8 default interface members). 8 years ago
Transforms Fix #1319: Property name collides with variable name 7 years ago
TypeSystem Rename IAssembly -> IModule. 8 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 8 years ago
CSharpDecompiler.cs Fix #1332: DecompileMemberBodies: Cannot mutate frozen NullBlockStatement 7 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 8 years ago
CallBuilder.cs Fix #1333: Ensure we convert to the correct type when calling instance methods on value types 7 years ago
ExpressionBuilder.cs Revert the 'unwrapBoxingConversion' addition to TranslateTarget(), I ended up solving the boxing issue directly in HandleDelegateConstruction() 7 years ago
RequiredNamespaceCollector.cs Fix #1329: AssertionFailedException: Should not insert using declaration for namespace that is missing from the superset: System.Windows.Markup 7 years ago
SequencePointBuilder.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 8 years ago
StatementBuilder.cs Add pretty tests for "yield return" and fix some minor bugs: 8 years ago
TranslatedExpression.cs Fix #1333: Ensure we convert to the correct type when calling instance methods on value types 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. 8 years ago