.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 2043e5dd6f Add support for C# 12 primary constructors. 9 months ago
..
.gitignore
CS1xSwitch_Debug.cs #2128: Reformat the whole code base. 5 years ago
CS1xSwitch_Debug.il Fix C# 1.0 switch on string transform and add tests 7 years ago
CS1xSwitch_Release.cs #2128: Reformat the whole code base. 5 years ago
CS1xSwitch_Release.il Fix C# 1.0 switch on string transform and add tests 7 years ago
CallIndirect.cs Add support for .NET 5 custom calling conventions. 5 years ago
CallIndirect.il Add support for .NET 5 custom calling conventions. 5 years ago
ConstantBlobs.cs Fix #1479: Unable to cast object of type 'System.Int32' to type 'System.Single' 6 years ago
ConstantBlobs.il Fix #1479: Unable to cast object of type 'System.Int32' to type 'System.Single' 6 years ago
DirectCallToExplicitInterfaceImpl.cs #1563: Where possible, replace an explicit interface implementation call with a call to the interface member. 6 years ago
DirectCallToExplicitInterfaceImpl.il Fix #684: Improve detection of variable type for stack slots. 6 years ago
EmptyBodies.cs Fix #2964: Better error message when a method only contains a single ret instruction. 2 years ago
EmptyBodies.il Fix crash when control flow reaches end of method. 2 years ago
EvalOrder.cs #2182: Move "Transform call to struct constructor" from EarlyExpressionTransforms to ILReader. 5 years ago
EvalOrder.il #2182: Move "Transform call to struct constructor" from EarlyExpressionTransforms to ILReader. 5 years ago
FSharpLoops.fs
FSharpLoops_Debug.cs Add support for C# 12 primary constructors. 9 months ago
FSharpLoops_Debug.il
FSharpLoops_Release.cs Add support for C# 12 primary constructors. 9 months ago
FSharpLoops_Release.il
FSharpUsing.fs
FSharpUsing_Debug.cs #2128: Reformat the whole code base. 5 years ago
FSharpUsing_Debug.il
FSharpUsing_Release.cs #2128: Reformat the whole code base. 5 years ago
FSharpUsing_Release.il
GuessAccessors.cs Add test for indexer initializers 3 years ago
GuessAccessors.il Add test for indexer initializers 3 years ago
Issue379.cs
Issue379.il
Issue646.cs #2128: Adjust formatting settings used in tests to match our new style. 5 years ago
Issue646.il
Issue684.cs TransformInlineAssignmentStObjOrCall: Make sure no dead store is produced by the transform. 3 years ago
Issue684.il Fix #684: Improve detection of variable type for stack slots. 6 years ago
Issue959.cs #2128: Reformat the whole code base. 5 years ago
Issue959.il
Issue982.cs Adjust Issue982.cs to [IndexerName] 7 years ago
Issue982.il
Issue1038.cs Fix #1083: add pattern for mcs auto events (version 4) 7 years ago
Issue1038.il Fix #1083: add pattern for mcs auto events (version 4) 7 years ago
Issue1047.cs #2128: Reformat the whole code base. 5 years ago
Issue1047.il
Issue1145.cs Update test case for #1145 7 years ago
Issue1145.il Update test case for #1145 7 years ago
Issue1157.cs Fix #1157: Decompilation of abstract events and overridden auto events 7 years ago
Issue1157.il Fix #1157: Decompilation of abstract events and overridden auto events 7 years ago
Issue1256.cs Fix new line 7 years ago
Issue1256.il Change rules for VisitUnboxAny & fix issue https://github.com/icsharpcode/ILSpy/issues/1256 7 years ago
Issue1323.cs Add missing files. 7 years ago
Issue1323.il Add missing files. 7 years ago
Issue1325.cs Fix #1698: Readonly auto properties from VB.NET are not properly decompiled 4 years ago
Issue1325.il Fix #1325: Do not perform inline assignment transform on setter calls, that belong to parameterized properties. 7 years ago
Issue1325.vb Fix #1325: Do not perform inline assignment transform on setter calls, that belong to parameterized properties. 7 years ago
Issue1389.cs Fix #2162: handle VariableInitializers like AssignmentExpressions in InsertParenthesesVisitor 5 years ago
Issue1389.il Add IL tests for basic isinst patterns. Undo change mentioned in 54ff546221 (commitcomment-32359757) 6 years ago
Issue1454.cs Fix #2162: handle VariableInitializers like AssignmentExpressions in InsertParenthesesVisitor 5 years ago
Issue1454.il Add missing files. 6 years ago
Issue1681.cs #2128: Reformat the whole code base. 5 years ago
Issue1681.il Fix #1681: Use discard assignment, if possible. 6 years ago
Issue1918.cs #2128: Reformat the whole code base. 5 years ago
Issue1918.il #1918: Fix a bunch of issues with pinned region detection. 5 years ago
Issue1922.cs Fix build. 5 years ago
Issue1922.il Fix #1924: preserve hexadecimal format when converting literal to wider type 5 years ago
Issue2104.cs Fix #2104: Check field name of backing field when attempting to transform to an auto property. 5 years ago
Issue2104.il Fix #2104: Check field name of backing field when attempting to transform to an auto property. 5 years ago
Issue2260SwitchString.cs Fix #2260: switch(string) transform: handle empty cases where the C# compiler optimizes out the `if` 4 years ago
Issue2260SwitchString.il Fix #2260: switch(string) transform: handle empty cases where the C# compiler optimizes out the `if` 4 years ago
Issue2443.cs Fix #2443: do not use this()-ctor initializers by accident if base type is unknown. 4 years ago
Issue2443.il Fix #2443: do not use this()-ctor initializers by accident if base type is unknown. 4 years ago
MonoFixed.cs Add ILPretty test for MCS 2.6.4 fixed string 2 years ago
MonoFixed.il Add ILPretty test for MCS 2.6.4 fixed string 2 years ago
SequenceOfNestedIfs.cs #2685: Emit 'override' without 'newslot' as 'virtual' if there is no (known) method to override. 3 years ago
SequenceOfNestedIfs.il Add SequenceOfNestedIfs test. 6 years ago
UnknownTypes.cs #2685: Emit 'override' without 'newslot' as 'virtual' if there is no (known) method to override. 3 years ago
UnknownTypes.il Fix weird casts to `nint` when writing to fields of unknown type. 5 years ago
Unsafe.cs Fix #2397: Introduced calls to Unsafe.Read or Unsafe.Write when we would otherwise cause "Cannot declare a pointer to a managed type T" errors. 2 years ago
Unsafe.il Add missing EmbeddedAttribute in Unsafe.il testcase. 3 years ago
WeirdEnums.cs Fix #3108: illegal nested classes in enums throw off EnumValueDisplayMode handling. 2 years ago
WeirdEnums.il Fix #3108: illegal nested classes in enums throw off EnumValueDisplayMode handling. 2 years ago