.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 4de9775842 Fix #3079: Replace parameter names that consist of only whitespace 2 years ago
..
OutputVisitor Add support for calling `operator checked`. 2 years ago
ProjectDecompiler Fix #2850: Make sure that type names longer than 255 characters are handled correctly by WholeProjectDecompiler.GetFileNameForHandle 3 years ago
Resolver Add support for unsigned right shift. 2 years ago
Syntax Fix #3025: Annotate nested types 2 years ago
Transforms Generate sequence points for expression-bodied properties and indexers 2 years ago
TypeSystem
Annotations.cs
CSharpDecompiler.cs Fix #3079: Replace parameter names that consist of only whitespace 2 years ago
CSharpLanguageVersion.cs Add test for C# 11 generic attribute 3 years ago
CallBuilder.cs Fix #3079: Replace parameter names that consist of only whitespace 2 years ago
ExpressionBuilder.cs Fix #2397: Introduced calls to Unsafe.Read or Unsafe.Write when we would otherwise cause "Cannot declare a pointer to a managed type T" errors. 2 years ago
RecordDecompiler.cs Fix decompilation of record with missing base type 2 years ago
RequiredNamespaceCollector.cs Include property and event return types in `RequiredNamespaceCollector` 3 years ago
SequencePointBuilder.cs Generate sequence points for expression-bodied properties and indexers 2 years ago
StatementBuilder.cs Fix #2763: Improve decompilation of switch-on-enum by preserving enum type information when inlining local variables into SwitchInstruction.Value. 3 years ago
TranslatedExpression.cs Fix #2808: Insert cast to object when statically casting from dynamic to a reference type. 3 years ago
TranslatedStatement.cs
TranslationContext.cs