.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 8925b4ff7b Inline variable declarations/modernize parts of our code base. 5 years ago
..
AddCheckedBlocks.cs Do not wrap local functions in checked blocks. 6 years ago
AddXmlDocumentationTransform.cs Revert "Fix #1908: Add option to AddXmlDocumentationTransform to remove newlines in comments" 5 years ago
CombineQueryExpressions.cs Fix #1482: SequencePointBuilder fails with an assertion when trying to create sequence points for LINQ expressions 5 years ago
ContextTrackingVisitor.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago
ConvertConstructorCallIntoInitializer.cs Fix #1743: Add pattern for struct constructor initializers. 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 Inline variable declarations/modernize parts of our code base. 5 years ago
EscapeInvalidIdentifiers.cs Namespace adjustments for Syntax classes 9 years ago
FixNameCollisions.cs Inline variable declarations/modernize parts of our code base. 5 years ago
FlattenSwitchBlocks.cs FlattenSwitchBlocks: include local function and out var declarations in the list of exceptions. 6 years ago
IAstTransform.cs Namespace adjustments for Syntax classes 9 years ago
IntroduceExtensionMethods.cs Use extension method syntax only if the extension method is eligible. 6 years ago
IntroduceQueryExpressions.cs Fix #1482: SequencePointBuilder fails with an assertion when trying to create sequence points for LINQ expressions 5 years ago
IntroduceUnsafeModifier.cs Fix #1378: Missing unsafe modifier for static fields 6 years ago
IntroduceUsingDeclarations.cs Fix #1882: Provide a setting to desugar X? into Nullable<X> for value types 5 years ago
NormalizeBlockStatements.cs Fix #1943: "ref readonly" returns from properties/indexers 5 years ago
PatternStatementTransform.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into issue1848 6 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 Fix #1865: At least one of the first two operands in string concatenation needs to be of type `string`, so we can't always drop `ToString()` calls. 5 years ago
TransformContext.cs Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere. 7 years ago