.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 0bc11d05d3 Fix #2634: target expressions of delegate references were not decompiled correctly 4 years ago
..
OutputVisitor Generate file-scoped namespace declarations, if possible. 4 years ago
ProjectDecompiler #2565: Improve GetFileNameForResource: Assume that input is already a filename. 4 years ago
Resolver Avoid crashing on invalid certain forms of invalid metadata (found in obfuscated assemblies) 4 years ago
Syntax Fix nullability warnings in AstNode and XmlDocumentationElement. 4 years ago
Transforms DetectPinnedRegions: Support special case where pinned pointer is unused and the compiler optimized out the StopGCTracking-conversion. 4 years ago
TypeSystem #2128: Reformat the whole code base. 6 years ago
Annotations.cs Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 6 years ago
CSharpDecompiler.cs Fix the ordering of COM interface methods and properties to appear in their originally defined order. This was resulting in fatal crashes while running decompiled COM interop code. 4 years ago
CSharpLanguageVersion.cs Add test for C# 11 generic attribute 4 years ago
CallBuilder.cs Fix #2634: target expressions of delegate references were not decompiled correctly 4 years ago
ExpressionBuilder.cs Remove incomplete/wrong support for null-forgiving operator. 4 years ago
RecordDecompiler.cs Add support for `in parameters` in primary ctor of records 5 years ago
RequiredNamespaceCollector.cs Fix some type inference issues with pointer types. 6 years ago
SequencePointBuilder.cs Exclude artificial ILInstructions from PDB generation 5 years ago
StatementBuilder.cs Fix Deconstruction for Deconstruct instance methods of value-types. 4 years ago
TranslatedExpression.cs Ignore nullability annotations when comparing types in the case of implicit conversions. 4 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago