.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 588c243929 #3593: ObjectInitializers: allow castclass instructions wrapping the init instruction to support the pattern used for covariant returns on non-supporting platforms such as .NET 4.x. 11 months ago
..
AssignVariableNames.cs Null forgiveness for UsingScope 12 months ago
BlockTransform.cs dev: Strip BOM mark from text files 1 year ago
CachedDelegateInitialization.cs #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 3 years ago
CombineExitsTransform.cs dev: Strip BOM mark from text files 1 year ago
CopyPropagation.cs dev: Strip BOM mark from text files 1 year ago
DeconstructionTransform.cs dev: Strip BOM mark from text files 1 year ago
DelegateConstruction.cs dev: Strip BOM mark from text files 1 year ago
DetectCatchWhenConditionBlocks.cs dev: Strip BOM mark from text files 1 year ago
DynamicCallSiteTransform.cs dev: Strip BOM mark from text files 1 year ago
DynamicIsEventAssignmentTransform.cs dev: Strip BOM mark from text files 1 year ago
EarlyExpressionTransforms.cs dev: Strip BOM mark from text files 1 year ago
ExpressionTransforms.cs Rename option to "UseObjectCreationOfGenericTypeParameter" 1 year ago
FixRemainingIncrements.cs dev: Strip BOM mark from text files 1 year ago
HighLevelLoopTransform.cs dev: Strip BOM mark from text files 1 year ago
IILTransform.cs dev: Strip BOM mark from text files 1 year ago
ILExtraction.cs dev: Strip BOM mark from text files 1 year ago
ILInlining.cs dev: Strip BOM mark from text files 1 year ago
IndexRangeTransform.cs dev: Strip BOM mark from text files 1 year ago
InlineArrayTransform.cs dev: Strip BOM mark from text files 1 year ago
InlineReturnTransform.cs dev: Strip BOM mark from text files 1 year ago
InterpolatedStringTransform.cs dev: Strip BOM mark from text files 1 year ago
IntroduceDynamicTypeOnLocals.cs dev: Strip BOM mark from text files 1 year ago
IntroduceNativeIntTypeOnLocals.cs dev: Strip BOM mark from text files 1 year ago
IntroduceRefReadOnlyModifierOnLocals.cs dev: Strip BOM mark from text files 1 year ago
LdLocaDupInitObjTransform.cs dev: Strip BOM mark from text files 1 year ago
LocalFunctionDecompiler.cs Fix regression in decompiling local functions with default parameters 1 year ago
LockTransform.cs #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 3 years ago
NamedArgumentTransform.cs dev: Strip BOM mark from text files 1 year ago
NullCoalescingTransform.cs dev: Strip BOM mark from text files 1 year ago
NullPropagationTransform.cs dev: Strip BOM mark from text files 1 year ago
NullableLiftingTransform.cs dev: Strip BOM mark from text files 1 year ago
PatternMatchingTransform.cs dev: Strip BOM mark from text files 1 year ago
ProxyCallReplacer.cs dev: Strip BOM mark from text files 1 year ago
ReduceNestingTransform.cs Extend `EliminateRedundantTryFinally` in `ReduceNestingTransform` 3 years ago
RemoveDeadVariableInit.cs Fix #2527: Support skip locals init 5 years ago
RemoveInfeasiblePathTransform.cs dev: Strip BOM mark from text files 1 year ago
RemoveUnconstrainedGenericReferenceTypeCheck.cs dev: Strip BOM mark from text files 1 year ago
SplitVariables.cs dev: Strip BOM mark from text files 1 year ago
StatementTransform.cs dev: Strip BOM mark from text files 1 year ago
Stepper.cs dev: Strip BOM mark from text files 1 year ago
SwitchOnNullableTransform.cs Fix #3577: Properly infer the switch governing type and preserve conversions 11 months ago
SwitchOnStringTransform.cs dev: Strip BOM mark from text files 1 year ago
TransformArrayInitializers.cs Fix #3492: Do not crash, if field used by RuntimeHelpers.InitializeArray is malformed. 1 year ago
TransformAssignment.cs WIP preincrement improvements 1 year ago
TransformCollectionAndObjectInitializers.cs #3593: ObjectInitializers: allow castclass instructions wrapping the init instruction to support the pattern used for covariant returns on non-supporting platforms such as .NET 4.x. 11 months ago
TransformDisplayClassUsage.cs Fix #3564: extend TransformDisplayClassUsage.IsPotentialClosure to support sibling DisplayClasses calling each other. 12 months ago
TransformExpressionTrees.cs dev: Strip BOM mark from text files 1 year ago
TupleTransform.cs dev: Strip BOM mark from text files 1 year ago
UserDefinedLogicTransform.cs dev: Strip BOM mark from text files 1 year ago
UsingTransform.cs Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 1 year ago