.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 c3b9fd63c1 Fix array creation with unsigned integers. 14 years ago
..
CustomAttributes Display return type attributes on delegates. 14 years ago
Helpers - Made the InitializerTests pass, through three changes: 14 years ago
StackTests Added the test program for ILAst building 15 years ago
Types Improved decompilation of new modifier. 14 years ago
BooleanConsumedAsInteger.il Fix bugs in type analysis. Closes #38. 15 years ago
CallOverloadedMethod.cs Add license headers to the files that were missing them. 14 years ago
CheckedUnchecked.cs Fix #255 InvalidOperationException: The new node 'CheckedExpression' is not valid in the role Initializer 14 years ago
CodeSampleFileParser.cs Add license headers to the files that were missing them. 14 years ago
CustomAttributes.code.cs testing code that helps running independent decompilation tests. 15 years ago
CustomShortCircuitOperators.cs Add license headers to the files that were missing them. 14 years ago
DecompilerTestBase.cs Add license headers to the files that were missing them. 14 years ago
DelegateConstruction.cs Add license headers to the files that were missing them. 14 years ago
ExceptionHandling.cs Fix #202: Decompilation of multiple catch clauses sharing the same variable name 14 years ago
ExpressionTrees.cs Add support for more language constructs to the ExpressionTreeConverter. 14 years ago
Generics.cs Fix #278: Decompiling generic multidimensional array access throws exception 14 years ago
ICSharpCode.Decompiler.Tests.csproj Store debugger member mappings in a simple list in the text output; copy the entries into the DebugInformation only when the output gets displayed. 14 years ago
IncrementDecrement.cs Add license headers to the files that were missing them. 14 years ago
InitializerTests.cs Initial implementation of Expression Tree Decompilation (#175) 14 years ago
LiftedOperators.cs Use consistent terminology for lifted operators 14 years ago
Loops.cs Add license headers to the files that were missing them. 14 years ago
MultidimensionalArray.cs Add license headers to the files that were missing them. 14 years ago
PInvoke.cs Use 'ref', not 'out', for passing arguments to a method parameter declared as "[In, Out] ref". 14 years ago
PropertiesAndEvents.cs Add license headers to the files that were missing them. 14 years ago
QueryExpressions.cs Anonymous type create expressions: when all names can be inferred from the initializers, don't create NamedExpressions. 14 years ago
Switch.cs Fixed NullReferenceException when decompiling a switch over a boolean variable that includes a default case. 14 years ago
TestRunner.cs Initial implementation of Expression Tree Decompilation (#175) 14 years ago
TypeAnalysisTests.cs Fix array creation with unsigned integers. 14 years ago
UndocumentedExpressions.cs Add license headers to the files that were missing them. 14 years ago
UnsafeCode.cs Add license headers to the files that were missing them. 14 years ago
ValueTypes.cs Decompile 'volatile' modifier. 14 years ago
YieldReturn.cs Add license headers to the files that were missing them. 14 years ago
nunit.framework.dll Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy 15 years ago
packages.config - Replaced simple Test differ with full-blown DiffLib-backed implementation (pulled in w/ NuGet), to improve failed test messages. 14 years ago