.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 fa4108e450 GetTargetFrameworkMoniker: add support for netX.Y for TFMs ".NETCoreApp, Version=5.0" or newer. 1 year ago
..
OutputVisitor Parenthesize interpolations containing `global::` (#3463) 1 year ago
ProjectDecompiler GetTargetFrameworkMoniker: add support for netX.Y for TFMs ".NETCoreApp, Version=5.0" or newer. 1 year ago
Resolver Add minimal support for params collections to Overload Resolution. 1 year ago
Syntax Handle explicit optional parameter after default parameter (#3470) 1 year ago
Transforms Adjust string.Concat handling in ReplaceMethodCallsWithOperators to support unexpanded string.Concat calls. 1 year ago
TypeSystem #2128: Reformat the whole code base. 6 years ago
Annotations.cs Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 6 years ago
CSharpDecompiler.cs Hide compiler-generated InlineArray types. 1 year ago
CSharpLanguageVersion.cs Support params keyword on non-array collections 1 year ago
CallBuilder.cs Add support for newobj ROS(in arg) to TransformParamsArgument. 1 year ago
ExpressionBuilder.cs Add support for constant slices of InlineArrays 1 year ago
RecordDecompiler.cs Fix #3406: Wrong decompilation of record struct without primary constructor. 1 year ago
RequiredNamespaceCollector.cs Use MetadataFile instead of PEFile in TypeSystem. 2 years ago
SequencePointBuilder.cs Generate sequence points for expression-bodied properties and indexers 3 years ago
StatementBuilder.cs Add VariableScope and rework AssignVariableNames step to support renaming parameters of nested ILFunctions in the future. 1 year ago
TranslatedExpression.cs Addressed feedback 1 year ago
TranslatedStatement.cs #2128: Reformat the whole code base. 6 years ago
TranslationContext.cs