.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 19e840856f Use out variable declarations where possible. 8 years ago
..
CustomAttributes Remove sequential values from enum members + display powers of two (- 1) as hex. 8 years ago
Helpers Add DecompilerSettings constructor that takes a language version. 8 years ago
IL
TestCases Use out variable declarations where possible. 8 years ago
Types
Util Fix typo in TestCreateSequencePoints 8 years ago
CodeSampleFileParser.cs
CorrectnessTestRunner.cs Add basic unit tests for ref returns, locals and conditional 8 years ago
CustomAttributes.code.cs
CustomShortCircuitOperators.cs
DataFlowTest.cs First implementation of TransformExpressionTrees 8 years ago
DecompilerTestBase.cs Upgrade to NUnit 3.9 and enable parallel test execution. 8 years ago
DoubleConstants.cs
Generics.cs
ICSharpCode.Decompiler.Tests.csproj Use out variable declarations where possible. 8 years ago
ILPrettyTestRunner.cs Upgrade to NUnit 3.9 and enable parallel test execution. 8 years ago
IncrementDecrement.cs
MultidimensionalArray.cs
PrettyTestRunner.cs Use out variable declarations where possible. 8 years ago
PropertiesAndEvents.cs
RoundtripAssembly.cs Upgrade to NUnit 3.9 and enable parallel test execution. 8 years ago
Stub.cs
TestTraceListener.cs Upgrade to NUnit 3.9 and enable parallel test execution. 8 years ago
UglyTestRunner.cs Rename CompilerOptions to CSharpCompilerOptions and add Tester.CompileVB 8 years ago
VBPrettyTestRunner.cs Fix tests 8 years ago
ValueTypes.cs