.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 2783b02007 Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32. 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 14 years ago
Types Improved decompilation of new modifier. 14 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 Add license headers to the files that were missing them. 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. 14 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
Generics.cs Fixed references to enum values nested within generic types. 14 years ago
ICSharpCode.Decompiler.Tests.csproj Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32. 14 years ago
IncrementDecrement.cs Add license headers to the files that were missing them. 14 years ago
InitializerTests.cs - Reverted changes to display decimal.MinValue and decimal.MaxValue 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 Fixed several issues related to [MarshalAs] attributes. 14 years ago
PropertiesAndEvents.cs Add license headers to the files that were missing them. 14 years ago
QueryExpressions.cs Add license headers to the files that were missing them. 14 years ago
Switch.cs Add license headers to the files that were missing them. 14 years ago
TestRunner.cs Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32. 14 years ago
TypeAnalysisTests.cs Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32. 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 Add license headers to the files that were missing them. 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 14 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