.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 a9c1b9d515 Fix #1250: Missing enum to int cast in object initializer 7 years ago
..
Helpers Remove unused TypeSystemHelper.cs 7 years ago
IL
Output Extend TypeSystem/TypeSystemLoaderTests and CSharpAmbienceTests. 7 years ago
Semantics Rename IAssembly -> IModule. 7 years ago
TestCases Fix #1250: Missing enum to int cast in object initializer 7 years ago
TypeSystem Extend TypeSystem/TypeSystemLoaderTests and CSharpAmbienceTests. 7 years ago
Types
Util Merge IDecompilerTypeSystem with ICompilation. 7 years ago
CodeSampleFileParser.cs
CorrectnessTestRunner.cs Move CustomAttributeTests to PrettyTestRunner 7 years ago
CustomAttributes.code.cs
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
Generics.cs
ICSharpCode.Decompiler.Tests.csproj Use IAmbience API in CSharpLanguage. 7 years ago
ILPrettyTestRunner.cs Fix #888: [3.0 Preview 1] F# code decompiles to ... unoptimal C# 7 years ago
IncrementDecrement.cs
MultidimensionalArray.cs
PrettyTestRunner.cs Support overloaded operator &&/||. 7 years ago
PropertiesAndEvents.cs
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. 7 years ago
UglyTestRunner.cs Fixed bug with decimal optional parameters not being resolved correctly. 7 years ago
VBPrettyTestRunner.cs Move CustomAttributeTests to PrettyTestRunner 7 years ago
ValueTypes.cs