.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.
 
 
 
 
Alex Lyman 9faee0ad8d - Modified the InitializerPeepholeTransforms' Array Initializers to do a forward scan of the block instead of just checking the next instruction. The next-instruction thing breaks down under the case where you have an array-of-arrays (int[][]) 14 years ago
..
IOutputFormatter.cs remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 14 years ago
InsertParenthesesVisitor.cs Fixed InsertParenthesesVisitor for casts of negative primitive expressions. 15 years ago
OutputVisitor.cs - Modified the InitializerPeepholeTransforms' Array Initializers to do a forward scan of the block instead of just checking the next instruction. The next-instruction thing breaks down under the case where you have an array-of-arrays (int[][]) 14 years ago
TextWriterOutputFormatter.cs remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 14 years ago