.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.
 
 
 
 
Siegfried Pammer f1f70d0ded Fix #1148: Do not use hexadecimal display in enums if the value is negative. 7 years ago
..
OutputVisitor Fix #1189: Avoid crashing on invalid IL bytes. 7 years ago
Resolver Rename IAssembly -> IModule. 7 years ago
Syntax Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
Transforms Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 7 years ago
CSharpDecompiler.cs Fix #1148: Do not use hexadecimal display in enums if the value is negative. 7 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 7 years ago
CallBuilder.cs Rename IAssembly -> IModule. 7 years ago
ExpressionBuilder.cs Fix #1209: System.ArgumentException: given Block is invalid!, named arguments in object / collection initializer ctor were not supported. 7 years ago
RequiredNamespaceCollector.cs Fix #1215: Add namespaces of type parameter constraints to superset. 7 years ago
SequencePointBuilder.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 7 years ago
StatementBuilder.cs Merge branch 'split-variables' 7 years ago
TranslatedExpression.cs Use target typing for tuples, where possible. 7 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Add TypeSystemOptions.Uncached. 7 years ago