.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
 
 
 
 
Siegfried Pammer 2dcfc0507f Adjust string.Concat handling in ReplaceMethodCallsWithOperators to support unexpanded string.Concat calls. 1 month ago
..
OutputVisitor Parenthesize interpolations containing `global::` (#3463) 3 months ago
ProjectDecompiler Fix #3489: Make WholeProjectDecompiler.CreateDecompiler protected virtual to make the decompilation pipeline extensible. 1 month ago
Resolver Add minimal support for params collections to Overload Resolution. 1 month ago
Syntax Handle explicit optional parameter after default parameter (#3470) 2 months ago
Transforms Adjust string.Concat handling in ReplaceMethodCallsWithOperators to support unexpanded string.Concat calls. 1 month ago
TypeSystem
Annotations.cs
CSharpDecompiler.cs Hide compiler-generated InlineArray types. 1 month ago
CSharpLanguageVersion.cs Support params keyword on non-array collections 1 month ago
CallBuilder.cs Add support for newobj ROS(in arg) to TransformParamsArgument. 1 month ago
ExpressionBuilder.cs Add support for constant slices of InlineArrays 1 month 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