.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 1e6a19e2c4 Fix #3860: Avoid 'out var' if the variable recurs in the argument list 2 months ago
..
AddCheckedBlocks.cs Add fine-grained C# AST debug steps 3 months ago
AddXmlDocumentationTransform.cs Add fine-grained C# AST debug steps 3 months ago
CombineQueryExpressions.cs Add fine-grained C# AST debug steps 3 months ago
ContextTrackingVisitor.cs Enable nullable reference types across the C# transforms 3 months ago
CustomPatterns.cs Enable nullable reference types across the remaining C# Syntax files 3 months ago
DeclareVariables.cs Fix #3860: Avoid 'out var' if the variable recurs in the argument list 2 months ago
EscapeInvalidIdentifiers.cs Add fine-grained C# AST debug steps 3 months ago
FixNameCollisions.cs Add fine-grained C# AST debug steps 3 months ago
FlattenSwitchBlocks.cs Add license headers to source files that lacked them 2 months ago
IAstTransform.cs Enable nullable reference types across the C# transforms 3 months ago
IntroduceExtensionMethods.cs Add fine-grained C# AST debug steps 3 months ago
IntroduceQueryExpressions.cs Add fine-grained C# AST debug steps 3 months ago
IntroduceUnsafeModifier.cs Consolidate unsafe-modifier step guards 3 months ago
IntroduceUsingDeclarations.cs Add fine-grained C# AST debug steps 3 months ago
NormalizeBlockStatements.cs Add license headers to source files that lacked them 2 months ago
PatternStatementTransform.cs Fix #3804: reconstruct foreach over an inline array 2 months ago
PrettifyAssignments.cs Add fine-grained C# AST debug steps 3 months ago
RemoveCLSCompliantAttribute.cs Enable nullable reference types across the C# transforms 3 months ago
ReplaceMethodCallsWithOperators.cs Add fine-grained C# AST debug steps 3 months ago
TransformContext.cs Move debug-step stepping to a neutral namespace 3 months ago
TransformFieldAndConstructorInitializers.cs Lift chained ctor calls when sibling constructors' field inits diverge 2 months ago