.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 0b0bcdd19f Fixed bug in variable naming that could cause two variables to be assigned the same name (and subsequently triggering a crash in DeclareVariables). 14 years ago
..
AddCheckedBlocks.cs Don't use checked/unchecked expressions within an ExpressionStatement (#90) 15 years ago
CombineQueryExpressions.cs Add support for query continuations. 14 years ago
ContextTrackingVisitor.cs Optimize PatternStatementTransform. 15 years ago
ConvertConstructorCallIntoInitializer.cs Fix conversion of field initializers when there are constructors that call 'this..ctor(...);' 15 years ago
DeclareVariables.cs Fixed bug in variable naming that could cause two variables to be assigned the same name (and subsequently triggering a crash in DeclareVariables). 14 years ago
DelegateConstruction.cs Fixed decompilation of nested lambdas. 14 years ago
IntroduceExtensionMethods.cs Don't introduce usings when only a single method is being decompiled. 14 years ago
IntroduceQueryExpressions.cs Add support for query continuations. 14 years ago
IntroduceUnsafeModifier.cs Handle pointer arithmetic. 15 years ago
IntroduceUsingDeclarations.cs Fix unit tests. 14 years ago
PatternStatementTransform.cs Fixed decompilation of nested lambdas. 14 years ago
PushNegation.cs Change namespace to ICSharpCode.Decompiler. 15 years ago
ReplaceMethodCallsWithOperators.cs Add support for pre- and post-increment of dereferenced pointers "(*ptr)++". 15 years ago
TransformationPipeline.cs Get rid of transparent identifiers in query expressions. 14 years ago