.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.
 
 
 
 
ds5678 fb180b0010 Add tests 1 month ago
..
OutputVisitor Fix: #3407 Add "private protected" feature for 7.2 decompiler options 2 months ago
ProjectDecompiler Add tests 1 month ago
Resolver Fix #3322: Add missing checks for equality comparison 3 months ago
Syntax Fix: #3407 Add "private protected" feature for 7.2 decompiler options 2 months ago
Transforms Fix #3406: Wrong decompilation of record struct without primary constructor. 2 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 Add transform to remove unconstrained generic reference type check. 1 month ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 10 months ago
CallBuilder.cs Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 1 month ago
ExpressionBuilder.cs Merge pull request #3413 from ds5678/use-type-hint-in-pointer-arithmetic 1 month ago
RecordDecompiler.cs Fix #3406: Wrong decompilation of record struct without primary constructor. 2 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. 2 months ago
TranslatedExpression.cs Addressed feedback 2 months ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago