.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 33c7425fa2 Fix several bugs with compound assignments on indexers. 7 years ago
..
Helpers Try to workaround non-deterministic test failures. 7 years ago
Output Extend TypeSystem/TypeSystemLoaderTests and CSharpAmbienceTests. 8 years ago
Semantics Rename IAssembly -> IModule. 8 years ago
TestCases Fix several bugs with compound assignments on indexers. 7 years ago
TypeSystem Fix #1394: Fields marked 'specialname' are excluded from the type system 7 years ago
Util Move SequencePointTests to DebugInfo directory. 7 years ago
CorrectnessTestRunner.cs Try to workaround non-deterministic test failures. 7 years ago
DataFlowTest.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 8 years ago
DisassemblerPrettyTestRunner.cs Implement new declsec parser in ReflectionDisassembler + added unit tests. 8 years ago
ICSharpCode.Decompiler.Tests.csproj Fix a bunch of XmlDoc compiler warnings. 7 years ago
ILPrettyTestRunner.cs #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 7 years ago
PdbGenerationTestRunner.cs Add basic for loop PDB tests. 7 years ago
PrettyTestRunner.cs Fix #1574: When re-introducing an explicit cast for an implicit user-defined conversion; ensure we use a direct cast and don't go through the code path for builtin conversions. 7 years ago
RoundtripAssembly.cs Reenable test Cecil_net45 7 years ago
Stub.cs Use tabs instead of spaces. 8 years ago
TestTraceListener.cs Upgrade to NUnit 3.9 and enable parallel test execution. 8 years ago
UglyTestRunner.cs Add RunVB() for VB correctness tests 7 years ago
VBPrettyTestRunner.cs Add RunVB() for VB correctness tests 7 years ago