.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 43f602211b Fix #3159: CSharpAmbience.ConvertSymbol output incorrect for record structs and init properties. 10 months ago
..
OutputVisitor Fix #3159: CSharpAmbience.ConvertSymbol output incorrect for record structs and init properties. 10 months ago
ProjectDecompiler Fix #3264: Do not allow zero-length segments in CleanUpName: Escape path separator characters at the start of a segment. 10 months ago
Resolver Handle ReferenceKind.RefReadOnly in a few more cases 11 months ago
Syntax Revert "Add support for C# 11 parameter null checks" 11 months ago
Transforms Add support for C# 12 primary constructors. 11 months ago
TypeSystem
Annotations.cs
CSharpDecompiler.cs Add support for C# 12 primary constructors. 11 months ago
CSharpLanguageVersion.cs Add metadata processing for C# 12 'ref readonly' parameters 11 months ago
CallBuilder.cs Implemented support for string concatenation compound assignments involving ReadOnlySpan<char>. 11 months ago
ExpressionBuilder.cs Implemented support for string concatenation compound assignments involving ReadOnlySpan<char>. 11 months ago
RecordDecompiler.cs Add support for C# 12 primary constructors. 11 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 Use ILSpyHelper_AsRefReadOnly to ensure that overload resolution can pick the correct overload using 'in'. 11 months ago
TranslatedExpression.cs Fix #3014: Missing type information in lambda expressions. 2 years ago
TranslatedStatement.cs
TranslationContext.cs