.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.
 
 
 
 
Kirill Osenkov 7992d148e8 Generate sequence points for expression-bodied properties and indexers 2 years ago
..
AddCheckedBlocks.cs Fix #2541: Add explicit `unchecked()` around non-constant cast of constant to `nint` 4 years ago
AddXmlDocumentationTransform.cs #2128: Reformat the whole code base. 5 years ago
CombineQueryExpressions.cs Fix #2092: aggressively inline code in compiler-generated lambdas and expression trees. 4 years ago
ContextTrackingVisitor.cs #2128: Reformat the whole code base. 5 years ago
CustomPatterns.cs #2128: Reformat the whole code base. 5 years ago
DecimalConstantTransform.cs #2128: Reformat the whole code base. 5 years ago
DeclareVariables.cs Fix #2983: display-class locals should be named uniquely per top-level ILFunction. Add assertion to ResolveCollisions: ensure that colliding/merged variables have the same type. 2 years ago
EscapeInvalidIdentifiers.cs Add support for ScopedRefAttribute 2 years ago
FixNameCollisions.cs #2128: Reformat the whole code base. 5 years ago
FlattenSwitchBlocks.cs #2128: Reformat the whole code base. 5 years ago
IAstTransform.cs Namespace adjustments for Syntax classes 9 years ago
IntroduceExtensionMethods.cs Fix #2307: potential NRE in IntroduceExtensionMethods 4 years ago
IntroduceQueryExpressions.cs IntroduceQueryExpressions: Do not ignore attributes on lambdas 3 years ago
IntroduceUnsafeModifier.cs Fix #2777: StackOverflowException with recursive delegates 3 years ago
IntroduceUsingDeclarations.cs Add option to always fully qualify type names with global:: 3 years ago
NormalizeBlockStatements.cs Generate sequence points for expression-bodied properties and indexers 2 years ago
PatternStatementTransform.cs Add support for VB.NET automatic events 3 years ago
PrettifyAssignments.cs Merge pull request #3003 from icsharpcode/local-compound-assignment 2 years ago
RemoveCLSCompliantAttribute.cs #2128: Reformat the whole code base. 5 years ago
ReplaceMethodCallsWithOperators.cs Add support for calling `operator checked`. 2 years ago
TransformContext.cs #2128: Reformat the whole code base. 5 years ago
TransformFieldAndConstructorInitializers.cs Fix #2764: Move constant field initializers regardless of whether the other field initializers can be moved. 3 years ago