.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 6f3230af48 Add ununsed CustomAttributes test. 6 years ago
..
AddCheckedBlocks.cs Don't use compound assignment when the RHS value does not fit into the LHS type. 7 years ago
AddXmlDocumentationTransform.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 7 years ago
CombineQueryExpressions.cs Add LetIdentifierAnnotation to allow linking of let variables. 6 years ago
ContextTrackingVisitor.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
ConvertConstructorCallIntoInitializer.cs Fix #1378: Missing unsafe modifier for static fields 6 years ago
CustomPatterns.cs Commit of non-compiling WIP 7 years ago
DecimalConstantTransform.cs Fixed bug with decimal optional parameters not being resolved correctly. 7 years ago
DeclareVariables.cs Clarify the meaning of ILVariable.Index 6 years ago
EscapeInvalidIdentifiers.cs Namespace adjustments for Syntax classes 9 years ago
FixNameCollisions.cs Clean up type system interfaces. 7 years ago
FlattenSwitchBlocks.cs Add FlattenSwitchBlocks transform + update test cases. 8 years ago
IAstTransform.cs Namespace adjustments for Syntax classes 9 years ago
IntroduceExtensionMethods.cs #1407: Set CSharpInvocationResolveResult.IsExtensionMethodInvocation flag after extension methods transform. 6 years ago
IntroduceQueryExpressions.cs Add LetIdentifierAnnotation to allow linking of let variables. 6 years ago
IntroduceUnsafeModifier.cs Fix #1378: Missing unsafe modifier for static fields 6 years ago
IntroduceUsingDeclarations.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
NormalizeBlockStatements.cs Add ununsed CustomAttributes test. 6 years ago
PatternStatementTransform.cs Fix #1319: Property name collides with variable name 7 years ago
PrettifyAssignments.cs Reset context after PrettifyAssignments.Run 7 years ago
RemoveCLSCompliantAttribute.cs Rewrite MinimalCorlib without using the unresolved TS. 7 years ago
ReplaceMethodCallsWithOperators.cs Add support for FormattableString patterns. 7 years ago
TransformContext.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago