.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 e56f12cf93 Fix #2165: DeclareVariables step must update ResolveResult annotation when using out var. 11 months ago
..
AddCheckedBlocks.cs Add configuration option to check for overflow and underflow 1 year ago
AddXmlDocumentationTransform.cs #2128: Reformat the whole code base. 6 years ago
CombineQueryExpressions.cs Improve LINQ decompiler to support combining lambda parameter names if they syntactically refer to the same range variable 1 year ago
ContextTrackingVisitor.cs #2128: Reformat the whole code base. 6 years ago
CustomPatterns.cs #2128: Reformat the whole code base. 6 years ago
DeclareVariables.cs Fix #2165: DeclareVariables step must update ResolveResult annotation when using out var. 11 months ago
EscapeInvalidIdentifiers.cs Support params keyword on non-array collections 1 year ago
FixNameCollisions.cs #2128: Reformat the whole code base. 6 years ago
FlattenSwitchBlocks.cs #2128: Reformat the whole code base. 6 years ago
IAstTransform.cs Namespace adjustments for Syntax classes 10 years ago
IntroduceExtensionMethods.cs Fix #2307: potential NRE in IntroduceExtensionMethods 5 years ago
IntroduceQueryExpressions.cs Improve LINQ decompiler to support combining lambda parameter names if they syntactically refer to the same range variable 1 year ago
IntroduceUnsafeModifier.cs Fix #2777: StackOverflowException with recursive delegates 4 years ago
IntroduceUsingDeclarations.cs #3209: Only add imports for extension methods. 2 years ago
NormalizeBlockStatements.cs Generate sequence points for expression-bodied properties and indexers 3 years ago
PatternStatementTransform.cs Add PropertyAndEventBackingFieldLookup to improve performance of MemberIsHidden. 1 year ago
PrettifyAssignments.cs Merge pull request #3003 from icsharpcode/local-compound-assignment 3 years ago
RemoveCLSCompliantAttribute.cs #2128: Reformat the whole code base. 6 years ago
ReplaceMethodCallsWithOperators.cs Rename option to "UseObjectCreationOfGenericTypeParameter" 1 year ago
TransformContext.cs #2128: Reformat the whole code base. 6 years ago
TransformFieldAndConstructorInitializers.cs Fix #3524: Property without backing field cannot have an initializer. 11 months ago