.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 343694c549 Generalize progress reporting for decompilation and PDB generation. 3 years ago
..
OutputVisitor Add support for C# 11 scoped parameter modifier. 3 years ago
ProjectDecompiler Generalize progress reporting for decompilation and PDB generation. 3 years ago
Resolver Fix #2736 3 years ago
Syntax Add option to always fully qualify type names with global:: 3 years ago
Transforms Fix #2764: Move constant field initializers regardless of whether the other field initializers can be moved. 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 #2797: Clarify exception message, if type is not found in the module being decompiled. 3 years ago
CSharpLanguageVersion.cs Add test for C# 11 generic attribute 3 years ago
CallBuilder.cs Merge pull request #2743 from icsharpcode/string-interpolation-blocks 3 years ago
ExpressionBuilder.cs Fix #2763: Improve decompilation of switch-on-enum by preserving enum type information when inlining local variables into SwitchInstruction.Value. 3 years ago
RecordDecompiler.cs Update RecordDecompiler for Roslyn 4.3.0. 3 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 #2763: Improve decompilation of switch-on-enum by preserving enum type information when inlining local variables into SwitchInstruction.Value. 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