.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 539925f259 Fix #2983: display-class locals should be named uniquely per top-level ILFunction. Add assertion to ResolveCollisions: ensure that colliding/merged variables have the same type. 2 years ago
..
OutputVisitor Add support for record structs in `CSharpAmbience` (fixes #2910) 2 years ago
ProjectDecompiler Fix #2850: Make sure that type names longer than 255 characters are handled correctly by WholeProjectDecompiler.GetFileNameForHandle 3 years ago
Resolver Fix #2806: Do not use implicitly typed out variables, if argument and parameter types do not match exactly. 3 years ago
Syntax Fix #2920: Implement support for DefaultParameterValueAttribute. 2 years ago
Transforms Fix #2983: display-class locals should be named uniquely per top-level ILFunction. Add assertion to ResolveCollisions: ensure that colliding/merged variables have the same type. 2 years ago
TypeSystem #2128: Reformat the whole code base. 5 years ago
Annotations.cs Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
CSharpDecompiler.cs Fix #2945: Do not treat arbitrary method references pointing to members of the current type definition as part of the method. Only do so for compiler-generated methods. 2 years ago
CSharpLanguageVersion.cs Add test for C# 11 generic attribute 3 years ago
CallBuilder.cs Merge pull request #2792 from exyi/fix-FakeProperty-setter 3 years ago
ExpressionBuilder.cs Fix #2888: Tuple syntax cannot be used in is-expressions, use underlying type instead. 2 years ago
RecordDecompiler.cs Records: Support new EqualityContract pattern. 3 years ago
RequiredNamespaceCollector.cs Include property and event return types in `RequiredNamespaceCollector` 3 years ago
SequencePointBuilder.cs Exclude artificial ILInstructions from PDB generation 4 years ago
StatementBuilder.cs Fix #2763: Improve decompilation of switch-on-enum by preserving enum type information when inlining local variables into SwitchInstruction.Value. 3 years ago
TranslatedExpression.cs Fix #2808: Insert cast to object when statically casting from dynamic to a reference type. 3 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago