.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.
 
 
 
 
Daniel Grunwald 7de3cf9bc4 Add support for array initializers. 15 years ago
..
StackTests Added the test program for ILAst building 15 years ago
ArrayInitializers.cs Add support for array initializers. 15 years ago
BooleanConsumedAsInteger.il Fix bugs in type analysis. Closes #38. 15 years ago
DelegateConstruction.cs Don't declare variables within anonymous methods if they are supposed to be declared outside. 15 years ago
ExceptionHandling.cs Add tests for method ending with finally block/catch handler. 15 years ago
ICSharpCode.Decompiler.Tests.csproj Add support for array initializers. 15 years ago
Loops.cs Add foreach pattern. Closes #16. 15 years ago
MultidimensionalArray.cs Fix exception in type substitution when accessing multidimensional arrays that have a type parameter as element type. Closes #43. 15 years ago
PropertiesAndEvents.cs Add support for calling indexers. Closes #31. 15 years ago
TestRunner.cs Fix test runner diff output. Closes #25. 15 years ago
ValueTypes.cs Add support for initobj, ldobj and stobj. Closes #30. 15 years ago