.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 c2ac889ebe Allow viewing 'typed IL'. 11 years ago
..
CustomAttributes Fixed decompilation of automatic event that has attributes on the accessors. 13 years ago
Helpers Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
IL Merge NRefactory 5.2.0-261-g7a948e7 to ILSpy. 13 years ago
Types Improved decompilation of new modifier. 14 years ago
Async.cs Fix bugs in async/await decompiler. 12 years ago
BooleanConsumedAsInteger.il Fix bugs in type analysis. Closes #38. 14 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. 14 years ago
CustomShortCircuitOperators.cs Add license headers to the files that were missing them. 14 years ago
DecompilerTestBase.cs Merge NRefactory 5.2.0-261-g7a948e7 to ILSpy. 13 years ago
DelegateConstruction.cs Don't eliminate delegate caching when lambda decompilation is disabled. 12 years ago
DoubleConstants.cs Fixed disassembling and decompiling negative zeroes. 13 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 Allow viewing 'typed IL'. 11 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 13 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 Don't show [AsyncStateMachine] attribute. 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. 13 years ago
TestRunner.cs Fixed disassembling and decompiling negative zeroes. 13 years ago
TypeAnalysisTests.cs Remove failing unit test; bug #393 is fixed but the test still fails due to unnecessary '& 31'. 11 years ago
UndocumentedExpressions.cs Add license headers to the files that were missing them. 14 years ago
UnsafeCode.cs Fix #346: incorrect type inference for if statement on ref bool parameter 13 years ago
ValueTypes.cs Fix #346: incorrect type inference for if statement on ref bool parameter 13 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 14 years ago
packages.config Allow viewing 'typed IL'. 11 years ago