.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 71ffb0183b Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 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 mcs: Fix detection of transparent identifiers. 7 years ago
ContextTrackingVisitor.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
ConvertConstructorCallIntoInitializer.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
CustomPatterns.cs Commit of non-compiling WIP 7 years ago
DecimalConstantTransform.cs Namespace adjustments for Syntax classes 9 years ago
DeclareVariables.cs Fix #1147: Use C# 7.3 syntax for ref reassignment. 7 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 Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
IntroduceQueryExpressions.cs Do not convert extension method syntax to LINQ, if the null conditional operator is used on the target, as this introduces a syntax error. 7 years ago
IntroduceUnsafeModifier.cs Fix #1093: Remove usage of type or this qualifiers, when possible. 7 years ago
IntroduceUsingDeclarations.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
NormalizeBlockStatements.cs Fix #1194: empty if statements are decompiled into goto statements 7 years ago
PatternStatementTransform.cs Don't cache attributes in the type system. 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 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 7 years ago
TransformContext.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago