.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 27efe1b61c Fix #1429: Optimize ExpressionBuilder.TranslateArrayInitializer by applying optimizations suggested in #1202. 7 years ago
..
OutputVisitor Add support for expression bodies to IndexerDeclaration. 7 years ago
Resolver Fix #1283: handle invalid metadata when decoding constants 8 years ago
Syntax Add pattern matching support in ParameterDeclaration. 7 years ago
Transforms Apply expression-body transform to indexers as well. 7 years ago
TypeSystem Rename IAssembly -> IModule. 8 years ago
Annotations.cs Add sequence point on closing brace if there's an implicit void return. 7 years ago
CSharpDecompiler.cs Fix CSharpDecompiler.SetNewModifier: follow rules stated in the language specification. 7 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 8 years ago
CallBuilder.cs #1407: Set CSharpInvocationResolveResult.IsDelegateInvocation = true, if the Invoke call was removed. 8 years ago
ExpressionBuilder.cs Fix #1429: Optimize ExpressionBuilder.TranslateArrayInitializer by applying optimizations suggested in #1202. 7 years ago
RequiredNamespaceCollector.cs Fix #1329: AssertionFailedException: Should not insert using declaration for namespace that is missing from the superset: System.Windows.Markup 8 years ago
SequencePointBuilder.cs Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
StatementBuilder.cs Fix deactivated Generics pretty tests: remove redundant boxing conversion from is-expressions. 7 years ago
TranslatedExpression.cs Don't use casts for implicit conversions to bool in conditional contexts. 7 years ago
TranslationContext.cs
WholeProjectDecompiler.cs Fix #1225: Increase file name length limit, and opt into Win10 long path support. 8 years ago