.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 e748e71b56 Implement workaround for #1961 6 years ago
..
OutputVisitor Fix #1882: Provide a setting to desugar X? into Nullable<X> for value types 6 years ago
Resolver Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Syntax Fix #1943: "ref readonly" returns from properties/indexers 6 years ago
Transforms Fix #1943: "ref readonly" returns from properties/indexers 6 years ago
TypeSystem Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Annotations.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
CSharpDecompiler.cs Fix #1882: Provide a setting to desugar X? into Nullable<X> for value types 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 7 years ago
CallBuilder.cs Code review: 6 years ago
ExpressionBuilder.cs Fix #1955: struct 'base' access to ValueType mis-decompiles 6 years ago
RequiredNamespaceCollector.cs Make sure mappingInfo is not null when passed to typedefs, methoddefs, properties and events. 6 years ago
SequencePointBuilder.cs Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 6 years ago
StatementBuilder.cs Implement workaround for #1961 6 years ago
TranslatedExpression.cs Fix #1924: preserve hexadecimal format when converting literal to wider type 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #1943: "ref readonly" returns from properties/indexers 6 years ago