.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 0a01bc7b03 Adjust ILSpy to NRefactory API changes. 13 years ago
..
CustomAttributes Display return type attributes on delegates. 14 years ago
Helpers do not use DominanceFrontiers to detect condition bodies; closes #300 13 years ago
IL Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 13 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
ControlFlow.cs do not use DominanceFrontiers to detect condition bodies; closes #300 13 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 #282 - Fix the casts in the other direction (from concrete type to type parameter). 13 years ago
ICSharpCode.Decompiler.Tests.csproj Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 13 years ago
IncrementDecrement.cs Add license headers to the files that were missing them. 14 years ago
InitializerTests.cs Fix #296: Array initialization decompiles into recursive reference 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 Adjust ILSpy to NRefactory API changes. 13 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 fix overloads in unit tests 13 years ago
TypeAnalysisTests.cs implement special cases for enum type inference; closes #248 13 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