.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 8834c02eb7 Improve naming of delegate-typed variables. 3 weeks ago
..
Helpers Support params keyword on non-array collections 3 weeks ago
Output Fix detection and display of explicitly implemented operators. 5 months ago
ProjectDecompiler Fix threading issue in TestFriendlyProjectDecompiler 1 month ago
Semantics
TestCases Improve naming of delegate-typed variables. 3 weeks ago
TypeSystem Add support for using different editions of .NET in unit tests 3 weeks ago
Util Fix #3001: Support new resources format in ResourcesFile/ResXResourceWriter 10 months ago
CorrectnessTestRunner.cs Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 4 months ago
DataFlowTest.cs
DisassemblerPrettyTestRunner.cs
ICSharpCode.Decompiler.Tests.csproj Support params keyword on non-array collections 3 weeks ago
ILPrettyTestRunner.cs Fix stack overflow exception in CSharpResolver (#3471) 2 months ago
PdbGenerationTestRunner.cs
PrettyTestRunner.cs Support params keyword on non-array collections 3 weeks ago
RoundtripAssembly.cs Support concatenation involving arguments of type ReadOnlySpan<char>. 1 year ago
TestAssemblyResolver.cs
TestTraceListener.cs Fix ToolsetSetup not running before Roundtrip tests due to changed namespace. 9 months ago
UglyTestRunner.cs v9.0 RC Designation (#3357) 7 months ago
VBPrettyTestRunner.cs