.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 4d00c65608 Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 7 years ago
..
OutputVisitor Fix folding bug with string interpolation 7 years ago
Resolver Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 7 years ago
Syntax Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 7 years ago
Transforms Add minimal support for C# 7 discards in out var declarations. 7 years ago
TypeSystem Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 7 years ago
Annotations.cs Use out variable declarations where possible. 7 years ago
CSharpDecompiler.cs Fix #1084: Decompiling constants of the target type 7 years ago
CSharpLanguageVersion.cs Add DecompilerSettings constructor that takes a language version. 7 years ago
CallBuilder.cs #1055: Use more type hints in ExpressionBuilder. 7 years ago
ExpressionBuilder.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 7 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
SequencePointBuilder.cs SequencePointBuilder: add support for fixed-statement 8 years ago
StatementBuilder.cs Fix #1075: NullReferenceException in StatementBuilder.TranslateSwitch 7 years ago
TranslatedExpression.cs Fix some bugs in decompilation of ?. operator. 7 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 8 years ago