.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.
 
 
 
 
Siegfried Pammer 1c261c6170 Optimize ProxyCallReplacer: ignore calls to static methods as those can never be a call to a proxy. 7 years ago
..
Helpers Add test for C# 8 nullable reference types; and fix some bugs. 7 years ago
Output Extend TypeSystem/TypeSystemLoaderTests and CSharpAmbienceTests. 7 years ago
Semantics Rename IAssembly -> IModule. 7 years ago
TestCases Optimize ProxyCallReplacer: ignore calls to static methods as those can never be a call to a proxy. 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 Only reference Microsoft.VisualBasic.dll in VB-related tests. 7 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 Update to Roslyn 3.0.0-beta4 7 years ago
ILPrettyTestRunner.cs Add IL tests for basic isinst patterns. Undo change mentioned in 54ff546221 (commitcomment-32359757) 7 years ago
PdbGenerationTestRunner.cs Add basic for loop PDB tests. 7 years ago
PrettyTestRunner.cs Optimize ProxyCallReplacer: ignore calls to static methods as those can never be a call to a proxy. 7 years ago
RoundtripAssembly.cs Add LangVersion support to WholeProjectDecompiler and add NonTrailingNamedArguments setting. 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