.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.
 
 
 
 
DoctorKrolic bafa223106
Merge caea72824d into 0bfe222cf4
4 days ago
..
OutputVisitor Parenthesize interpolations containing `global::` (#3463) 2 months ago
ProjectDecompiler Fix #3489: Make WholeProjectDecompiler.CreateDecompiler protected virtual to make the decompilation pipeline extensible. 5 days ago
Resolver Add support for constant slices of InlineArrays 1 week ago
Syntax Handle explicit optional parameter after default parameter (#3470) 1 month ago
Transforms Merge caea72824d into 0bfe222cf4 4 days ago
TypeSystem
Annotations.cs
CSharpDecompiler.cs Add PropertyAndEventBackingFieldLookup to improve performance of MemberIsHidden. 1 week ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 11 months ago
CallBuilder.cs Add support for constant slices of InlineArrays 1 week ago
ExpressionBuilder.cs Add support for constant slices of InlineArrays 1 week ago
RecordDecompiler.cs Fix #3406: Wrong decompilation of record struct without primary constructor. 3 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 Addressed feedback 3 months ago
TranslatedStatement.cs
TranslationContext.cs