.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.
 
 
 
 
Jeremy Pritts aff9649711
Parenthesize interpolations containing `global::` (#3463)
3 months ago
..
OutputVisitor Parenthesize interpolations containing `global::` (#3463) 3 months ago
ProjectDecompiler Add tests 4 months ago
Resolver Fix #3322: Add missing checks for equality comparison 5 months ago
Syntax Fix: #3407 Add "private protected" feature for 7.2 decompiler options 4 months ago
Transforms Fix #3406: Wrong decompilation of record struct without primary constructor. 4 months ago
TypeSystem
Annotations.cs
CSharpDecompiler.cs Add transform to remove unconstrained generic reference type check. 4 months ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 1 year 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. 4 months ago
ExpressionBuilder.cs Fix #3464: Missing cast in string interpolation 3 months ago
RecordDecompiler.cs Fix #3406: Wrong decompilation of record struct without primary constructor. 4 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. 4 months ago
TranslatedExpression.cs Addressed feedback 4 months ago
TranslatedStatement.cs
TranslationContext.cs