.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.
 
 
 
 
Daniel Grunwald 0cf50aa827 Fix #1959: Resolve the "F(G<A,B>(7));" grammar ambiguity by inserting parentheses when necessary. 5 years ago
..
CSharpAmbience.cs Fix #1882: Provide a setting to desugar X? into Nullable<X> for value types 5 years ago
CSharpFormattingOptions.cs Add extra "advanced settings" only visible in debug builds, to make debugging special settings easier. 7 years ago
CSharpOutputVisitor.cs Fix #1959: Resolve the "F(G<A,B>(7));" grammar ambiguity by inserting parentheses when necessary. 5 years ago
FormattingOptionsFactory.cs Fix a bunch of XmlDoc compiler warnings. 6 years ago
GenericGrammarAmbiguityVisitor.cs Fix #1959: Resolve the "F(G<A,B>(7));" grammar ambiguity by inserting parentheses when necessary. 5 years ago
ITokenWriter.cs #1922: Refactor PrimitiveExpression to store the literal format in the AST 5 years ago
InsertMissingTokensDecorator.cs #1922: Refactor PrimitiveExpression to store the literal format in the AST 5 years ago
InsertParenthesesVisitor.cs Basic test for ref reassignment. 6 years ago
InsertRequiredSpacesDecorator.cs #1922: Refactor PrimitiveExpression to store the literal format in the AST 5 years ago
InsertSpecialsDecorator.cs Fix folding for comments. No foldings were added for comments inside of types. 8 years ago
TextWriterTokenWriter.cs Fix EndLocation of double-typed PrimitiveExpression 5 years ago