.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.
 
 
 
 
Jeremy Pritts c1ecf1ae9c
Handle explicit optional parameter after default parameter (#3470)
2 months ago
..
Expressions Add support for simple constant patterns. 2 years ago
GeneralScope Add support for C# 10 record structs. 3 years ago
PatternMatching
Statements #nullable enable for AstNode 4 years ago
TypeMembers Revert "Add support for C# 11 parameter null checks" 1 year ago
AstNode.cs Fix nullability warnings in AstNode and XmlDocumentationElement. 3 years ago
AstNodeCollection.cs
AstType.cs
CSharpModifierToken.cs Use "static abstract" instead of "abstract static". 3 years ago
CSharpTokenNode.cs Fix #2413: Avoid global state in `TokenRole`. 4 years ago
ComposedType.cs #nullable enable for AstNode 4 years ago
DepthFirstAstVisitor.cs Add support for simple recursive patterns where the sub pattern is a simple type pattern. 2 years ago
DocumentationReference.cs
FunctionPointerAstType.cs
IAnnotatable.cs
IAstVisitor.cs Add support for simple recursive patterns where the sub pattern is a simple type pattern. 2 years ago
Identifier.cs
IdentifierExpressionBackreference.cs
InvocationAstType.cs
MemberType.cs
Modifiers.cs Add support for C# 11 required members. 3 years ago
NodeType.cs
PrimitiveType.cs
Role.cs #nullable enable for AstNode 4 years ago
Roles.cs Revert "Add support for C# 11 parameter null checks" 1 year ago
SimpleType.cs
SyntaxExtensions.cs
SyntaxTree.cs
TextLocation.cs
TokenRole.cs Fix #2413: Avoid global state in `TokenRole`. 4 years ago
TupleAstType.cs
TypeSystemAstBuilder.cs Handle explicit optional parameter after default parameter (#3470) 2 months ago
VariableDesignation.cs