.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 9e168224dd Fix #3091: extension methods named "Add" were skipping some checks in AccessPathElement.IsMethodApplicable. 2 years ago
..
Helpers Implement support for C# 11 switch on (ReadOnly)Span<char>. 2 years ago
Output Avoid parentheses around lambdas where possible. 5 years ago
ProjectDecompiler #2128: Reformat the whole code base. 5 years ago
Semantics Enable two `OverloadResolution` tests as they are no longer broken 3 years ago
TestCases Fix #3091: extension methods named "Add" were skipping some checks in AccessPathElement.IsMethodApplicable. 2 years ago
TypeSystem Fix #2921: struct type definition contains duplicate default constructor. 2 years ago
Util Add test cases. 2 years ago
CorrectnessTestRunner.cs Fix parameters for StackTests test case. 2 years ago
DataFlowTest.cs #2128: Reformat the whole code base. 5 years ago
DisassemblerPrettyTestRunner.cs Use .interfaceimpl type syntax 2 years ago
ICSharpCode.Decompiler.Tests.csproj Add a disabled test for sequence points in all members 2 years ago
ILPrettyTestRunner.cs Add ILPretty test for MCS 2.6.4 fixed string 2 years ago
PdbGenerationTestRunner.cs Add a disabled test for sequence points in all members 2 years ago
PrettyTestRunner.cs Add test case for user defined operators 2 years ago
RoundtripAssembly.cs #2657: Use the same metadata reader (same options) in all cases. 3 years ago
TestAssemblyResolver.cs Fix build. 4 years ago
TestTraceListener.cs Use ExecuteBufferedAsync from CliWrap 3 years ago
UglyTestRunner.cs Delete created temp files if test execution was successful. 3 years ago
VBPrettyTestRunner.cs Add VBPretty test case for VB yield return decompilation 2 years ago