.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.
 
 
 
 
Andrii Kurdiumov a2e9a2f5d8
Allow decompile C++/CLI assemblies
3 years ago
..
OutputVisitor Fix #2629: Indentation of method-call chains. 3 years ago
ProjectDecompiler Allow decompile C++/CLI assemblies 3 years ago
Resolver Avoid crashing on invalid certain forms of invalid metadata (found in obfuscated assemblies) 4 years ago
Syntax Add support for C# 11 parameter null checks 3 years ago
Transforms Remove backing fields of auto properties and events. 3 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 #2685: Emit 'override' without 'newslot' as 'virtual' if there is no (known) method to override. 3 years ago
CSharpLanguageVersion.cs Add test for C# 11 generic attribute 3 years ago
CallBuilder.cs Improve decompilation of delegate references of extension methods. 3 years ago
ExpressionBuilder.cs Improve decompilation of delegate references of extension methods. 3 years ago
RecordDecompiler.cs Add support for `in parameters` in primary ctor of records 4 years ago
RequiredNamespaceCollector.cs Fix crash when IL byte code unexpectedly ends in the middle of an operand. 3 years ago
SequencePointBuilder.cs Exclude artificial ILInstructions from PDB generation 4 years ago
StatementBuilder.cs Fix Deconstruction for Deconstruct instance methods of value-types. 3 years ago
TranslatedExpression.cs Ignore nullability annotations when comparing types in the case of implicit conversions. 3 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago