.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.
 
 
 
 
sonyps5201314 117bf54327 Fix the unit test failure caused by the last commit. 2 months ago
..
Helpers Fix an issue in IL code comparison where identical input files could incorrectly produce different output lines, such as ` 275 (-) IL_000a: stloc.0` versus ` 275 (+) IL_000a: stlocc.0`. 2 months ago
Output Fix #3543: Missing parentheses around field assignment expression in list initializers 4 months ago
ProjectDecompiler dev: Strip BOM mark from text files 4 months ago
Semantics Fix #3542: Invalid explicit cast for implicit conversion to generic struct with interface type constraint 3 months ago
TestCases Fix #3577: Properly infer the switch governing type and preserve conversions 3 months ago
TypeSystem Fix #3542: Invalid explicit cast for implicit conversion to generic struct with interface type constraint 3 months ago
Util dev: Strip BOM mark from text files 4 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. 9 months ago
DataFlowTest.cs dev: Strip BOM mark from text files 4 months ago
DisassemblerPrettyTestRunner.cs dev: Strip BOM mark from text files 4 months ago
ICSharpCode.Decompiler.Tests.csproj Do not create object initializers for tuples 3 months ago
ILPrettyTestRunner.cs Copy-propagate the stack slot for collection initializers (#3554) 4 months ago
PdbGenerationTestRunner.cs dev: Strip BOM mark from text files 4 months ago
PrettyTestRunner.cs Fix an issue in IL code comparison where identical input files could incorrectly produce different output lines, such as ` 275 (-) IL_000a: stloc.0` versus ` 275 (+) IL_000a: stlocc.0`. 2 months ago
RoundtripAssembly.cs Fix the unit test failure caused by the last commit. 2 months ago
TestAssemblyResolver.cs dev: Strip BOM mark from text files 4 months ago
TestTraceListener.cs dev: Strip BOM mark from text files 4 months ago
UglyTestRunner.cs dev: Strip BOM mark from text files 4 months ago
VBPrettyTestRunner.cs Add TestsAssemblyOutput, keep existing behavior of output assembly locations 1 year ago