.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 90ce77f400 Omit EqualityContract if it's automatically generated. 5 years ago
..
OutputVisitor Use "record" instead of "class" for C# 9 record class types. 5 years ago
ProjectDecompiler Merge pull request #2201 from wwh1004/fix1 5 years ago
Resolver Function pointers are invocable. 5 years ago
Syntax Records: Omit "IEquatable" in base class list 5 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 Omit EqualityContract if it's automatically generated. 5 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 Merge remote-tracking branch 'origin/release/6.2' into master 5 years ago
RecordDecompiler.cs Omit EqualityContract if it's automatically generated. 5 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 Fix #2202: prevent casting null to void* if the expected target-type is (U)IntPtr? 5 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago