.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 90059f956e Detect foreach loops even if the address of the loop variable is taken for a method call. 9 years ago
..
Analysis Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
OutputVisitor Fix some issues with missing casts for overload resolution and for boxing in attributes. 10 years ago
Resolver Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
Syntax Remove AST-helper-methods 10 years ago
Transforms Detect foreach loops even if the address of the loop variable is taken for a method call. 9 years ago
TypeSystem Namespace adjustments for Syntax classes 10 years ago
Annotations.cs Re-enable foreach pattern 9 years ago
CSharpDecompiler.cs Fix decompiling iterator method that consists only of "yield break;". 9 years ago
ExpressionBuilder.cs Remove useless stack variables. 9 years ago
NRefactoryExtensions.cs Namespace adjustments for Syntax classes 10 years ago
StatementBuilder.cs Remove useless stack variables. 9 years ago
TranslatedExpression.cs Improve yield-return-decompiler. 9 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 10 years ago
WholeProjectDecompiler.cs WIP: yield return decompiler 10 years ago