.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 3f996ff2c0 Fix #1604: async methods that had no 'await' but were capturing 'this' were not decompiled correctly 6 years ago
..
Helpers Fix #1605: Inline ref locals more aggressively; this is necessary for VB compound assignments. 6 years ago
Output Extend TypeSystem/TypeSystemLoaderTests and CSharpAmbienceTests. 7 years ago
Semantics Rename IAssembly -> IModule. 7 years ago
TestCases Fix #1604: async methods that had no 'await' but were capturing 'this' were not decompiled correctly 6 years ago
TypeSystem Introduce ReferenceKind in IParameter and ByReferenceResolveResult. 6 years ago
Util Move SequencePointTests to DebugInfo directory. 6 years ago
CorrectnessTestRunner.cs Add more RefLocalsAndReturns pretty tests. 6 years ago
DataFlowTest.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 years ago
DisassemblerPrettyTestRunner.cs Implement new declsec parser in ReflectionDisassembler + added unit tests. 7 years ago
ICSharpCode.Decompiler.Tests.csproj Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 6 years ago
ILPrettyTestRunner.cs Fix #684: Improve detection of variable type for stack slots. 6 years ago
PdbGenerationTestRunner.cs Add basic for loop PDB tests. 6 years ago
PrettyTestRunner.cs Add (failing) test case for throw expressions. 6 years ago
RoundtripAssembly.cs ICSharpCode.Decompiler roundtrip test now completes 6 years ago
Stub.cs Use tabs instead of spaces. 8 years ago
TestTraceListener.cs Upgrade to NUnit 3.9 and enable parallel test execution. 7 years ago
UglyTestRunner.cs Add RunVB() for VB correctness tests 6 years ago
VBPrettyTestRunner.cs Fix #1605: Inline ref locals more aggressively; this is necessary for VB compound assignments. 6 years ago