.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 356d7a1b43 Fix #3408: Wrong exported assembly type 3 months ago
..
OutputVisitor #1572: Do not generate variable names that match C# keywords. 3 months ago
ProjectDecompiler Fix #3408: Wrong exported assembly type 3 months ago
Resolver Fix #3322: Add missing checks for equality comparison 4 months ago
Syntax Fix detection and display of explicitly implemented operators. 4 months ago
Transforms Improve LINQ decompiler to support combining lambda parameter names if they syntactically refer to the same range variable 3 months 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 Fix #1572: parameters of lambdas and local functions are renamed, if there are with names from outer scopes collisions. 3 months ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 11 months ago
CallBuilder.cs Fix #3384: add special case for null-literal conversions in optional argument handling. 4 months ago
ExpressionBuilder.cs Fix #1572: parameters of lambdas and local functions are renamed, if there are with names from outer scopes collisions. 3 months ago
RecordDecompiler.cs Add support for C# 12 primary constructors. 11 months ago
RequiredNamespaceCollector.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
SequencePointBuilder.cs Generate sequence points for expression-bodied properties and indexers 2 years ago
StatementBuilder.cs Add VariableScope and rework AssignVariableNames step to support renaming parameters of nested ILFunctions in the future. 3 months ago
TranslatedExpression.cs Fix #3014: Missing type information in lambda expressions. 2 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago