.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 3df82cf33b Add support for 'with' expressions 4 years ago
..
OutputVisitor Add support for 'with' expressions 4 years ago
ProjectDecompiler Merge pull request #2201 from wwh1004/fix1 5 years ago
Resolver Function pointers are invocable. 5 years ago
Syntax Add support for 'with' expressions 4 years ago
Transforms write OutputType for asp.net library 5 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 Records: support for fields. 4 years ago
CSharpLanguageVersion.cs Add some tests for native integers. 5 years ago
CallBuilder.cs Fix #2192: Add support for VB.NET delegate construction 5 years ago
ExpressionBuilder.cs Add support for 'with' expressions 4 years ago
RecordDecompiler.cs Records: Detect compiler-generated Equals() in derived records. 4 years ago
RequiredNamespaceCollector.cs Fix some type inference issues with pointer types. 5 years ago
SequencePointBuilder.cs Fix #2177: PDB Generation is confused by enhanced using statements 5 years ago
StatementBuilder.cs Fix #2189: Invalid C# generated when pinning an unmanaged pointer. 5 years ago
TranslatedExpression.cs Use type hints for pointers. 5 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs