.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.
 
 
 
 
apmoskevitz c51ee93a85 focus on CS8769 2 years ago
..
AssignVariableNames.cs applied fixer for drect assignment from null 2 years ago
BlockTransform.cs Fix #3075: eliminate recursion in TopologicalSort and BlockTransform. 2 years ago
CachedDelegateInitialization.cs applied fixer for drect assignment from null 2 years ago
CombineExitsTransform.cs #2128: Reformat the whole code base. 6 years ago
CopyPropagation.cs applied fixer for drect assignment from null 2 years ago
DeconstructionTransform.cs applied fixer for drect assignment from null 2 years ago
DelegateConstruction.cs applied fixer for drect assignment from null 2 years ago
DetectCatchWhenConditionBlocks.cs applied fixer for drect assignment from null 2 years ago
DynamicCallSiteTransform.cs applied fixer for drect assignment from null 2 years ago
DynamicIsEventAssignmentTransform.cs applied fixer for drect assignment from null 2 years ago
EarlyExpressionTransforms.cs applied fixer for drect assignment from null 2 years ago
ExpressionTransforms.cs applied fixer for drect assignment from null 2 years ago
FixLoneIsInst.cs Fix potential NRE in ILFunction.RegisterVariable() 5 years ago
FixRemainingIncrements.cs Add support for calling `operator checked`. 3 years ago
HighLevelLoopTransform.cs applied fixer for drect assignment from null 2 years ago
IILTransform.cs Fix #3110: Add support for MCS 2.6.4 pinned region with array variable 2 years ago
ILExtraction.cs Fix #2458: ILExtraction.Extract handles BlockContainer.Kind != Normal. 5 years ago
ILInlining.cs applied fixer for drect assignment from null 2 years ago
IndexRangeTransform.cs applied fixer for drect assignment from null 2 years ago
InlineReturnTransform.cs #2128: Reformat the whole code base. 6 years ago
InterpolatedStringTransform.cs applied fixer for drect assignment from null 2 years ago
IntroduceDynamicTypeOnLocals.cs Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals. 3 years ago
IntroduceNativeIntTypeOnLocals.cs Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals. 3 years ago
IntroduceRefReadOnlyModifierOnLocals.cs Fix #3237: Use `ref readonly` locals for `readonly.ldelema` 2 years ago
LdLocaDupInitObjTransform.cs Fix #2231: Add support for ldloca; dup; initobj pattern used by Roslyn. 5 years ago
LocalFunctionDecompiler.cs applied fixer for drect assignment from null 2 years ago
LockTransform.cs applied fixer for drect assignment from null 2 years ago
NamedArgumentTransform.cs Fix #2582: Assertion when using named arguments in a constrained call 4 years ago
NullCoalescingTransform.cs #2128: Reformat the whole code base. 6 years ago
NullPropagationTransform.cs applied fixer for drect assignment from null 2 years ago
NullableLiftingTransform.cs applied fixer for drect assignment from null 2 years ago
PatternMatchingTransform.cs Add missing DecompilerSettings for new language features 3 years ago
ProxyCallReplacer.cs applied fixer for drect assignment from null 2 years ago
ReduceNestingTransform.cs applied fixer for drect assignment from null 2 years ago
RemoveDeadVariableInit.cs applied fixer for drect assignment from null 2 years ago
RemoveInfeasiblePathTransform.cs Upgrade dotnet-format from version 5 to the version included with the .NET (6) SDK. 4 years ago
SplitVariables.cs Fix #2527: Support skip locals init 5 years ago
StatementTransform.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
Stepper.cs Fix #3110: Add support for MCS 2.6.4 pinned region with array variable 2 years ago
SwitchOnNullableTransform.cs applied fixer for drect assignment from null 2 years ago
SwitchOnStringTransform.cs applied fixer for drect assignment from null 2 years ago
TransformArrayInitializers.cs applied fixer for drect assignment from null 2 years ago
TransformAssignment.cs applied fixer for drect assignment from null 2 years ago
TransformCollectionAndObjectInitializers.cs Fix #3091: extension methods named "Add" were skipping some checks in AccessPathElement.IsMethodApplicable. 3 years ago
TransformDisplayClassUsage.cs applied fixer for drect assignment from null 2 years ago
TransformExpressionTrees.cs focus on CS8769 2 years ago
TupleTransform.cs applied fixer for drect assignment from null 2 years ago
UserDefinedLogicTransform.cs applied fixer for drect assignment from null 2 years ago
UsingTransform.cs applied fixer for drect assignment from null 2 years ago