.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 87ced033ba Rename Dom -> Metadata; Remove bogus abstraction 8 years ago
..
AddCheckedBlocks.cs Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering. 8 years ago
AddXmlDocumentationTransform.cs Rename Dom -> Metadata; Remove bogus abstraction 8 years ago
CombineQueryExpressions.cs
ContextTrackingVisitor.cs
ConvertConstructorCallIntoInitializer.cs Fix build. 8 years ago
CustomPatterns.cs Commit of non-compiling WIP 8 years ago
DecimalConstantTransform.cs
DeclareVariables.cs Fix #989: Local variable naming conflict 8 years ago
EscapeInvalidIdentifiers.cs
FixNameCollisions.cs
FlattenSwitchBlocks.cs Add FlattenSwitchBlocks transform + update test cases. 8 years ago
IAstTransform.cs
IntroduceExtensionMethods.cs Simplify context handling in IntroduceExtensionMethods 8 years ago
IntroduceQueryExpressions.cs Fix #437: Decompilation of query expression loses material parentheses 8 years ago
IntroduceUnsafeModifier.cs Fix hyperlink on PointerReferenceExpression 8 years ago
IntroduceUsingDeclarations.cs Fix #962: NullReferenceException when setting FullyQualifyAmbiguousTypeNames=false 8 years ago
NormalizeBlockStatements.cs Fix another bug in NormalizeBlockStatements 8 years ago
PatternStatementTransform.cs Finished port of UI (Analyzers still excluded) and Disassembler 8 years ago
PrettifyAssignments.cs Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering. 8 years ago
RemoveCLSCompliantAttribute.cs
ReplaceMethodCallsWithOperators.cs Fix #995: Missing variable type for string concat statement 8 years ago
TransformContext.cs