.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 cc0ab56869 Add pre- and post-increment support for properties (both instance and static) and for multi-dimensional arrays. 15 years ago
..
CustomAttributes Fix decompilation of arrays as attribute arguments. Closes #82. 15 years ago
Helpers Adjust unit tests. 15 years ago
StackTests Added the test program for ILAst building 15 years ago
Types Fixed bug that caused redundant casts. 15 years ago
BooleanConsumedAsInteger.il Fix bugs in type analysis. Closes #38. 15 years ago
CheckedUnchecked.cs Adjust unit tests. 15 years ago
CodeSampleFileParser.cs testing code that helps running independent decompilation tests. 15 years ago
CustomAttributes.code.cs testing code that helps running independent decompilation tests. 15 years ago
DecompilerTestBase.cs Change namespace to ICSharpCode.Decompiler. 15 years ago
DelegateConstruction.cs Adjust unit tests. 15 years ago
ExceptionHandling.cs Adjust unit tests. 15 years ago
Generics.cs Adjust unit tests. 15 years ago
ICSharpCode.Decompiler.Tests.csproj Improved support for compound assignments and the pre-increment operator. 15 years ago
IncrementDecrement.cs Add pre- and post-increment support for properties (both instance and static) and for multi-dimensional arrays. 15 years ago
InitializerTests.cs Add support for collection initializers. 15 years ago
Loops.cs Adjust unit tests. 15 years ago
MultidimensionalArray.cs Add pre- and post-increment support for properties (both instance and static) and for multi-dimensional arrays. 15 years ago
PropertiesAndEvents.cs Adjust unit tests. 15 years ago
Switch.cs Add support for switch over strings. 15 years ago
TestRunner.cs Improved support for compound assignments and the pre-increment operator. 15 years ago
UnsafeCode.cs Add pre- and post-increment support for properties (both instance and static) and for multi-dimensional arrays. 15 years ago
ValueTypes.cs Adjust unit tests. 15 years ago
YieldReturn.cs Implemented decompilation of 'lock'. 15 years ago
nunit.framework.dll Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy 15 years ago