.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 69fdc55b41 Add support for C# 7.3 Attributes on backing fields: Allows [field: …] attributes on an auto-implemented property to target its backing field. 8 years ago
..
CustomAttributes Fix #1095: C# decompilation, for flags enums always use hex prefix 8 years ago
Helpers Avoid redundant explicit boxing casts 8 years ago
IL Move test projects to their own directory in \ 8 years ago
Semantics Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
TestCases Add support for C# 7.3 Attributes on backing fields: Allows [field: …] attributes on an auto-implemented property to target its backing field. 8 years ago
TypeSystem #1088: Add workaround for exception from Cecil 8 years ago
Types Move test projects to their own directory in \ 8 years ago
Util Fix typo in TestCreateSequencePoints 8 years ago
CodeSampleFileParser.cs Move test projects to their own directory in \ 8 years ago
CorrectnessTestRunner.cs Use MetadataToken for type lookups within the current assembly. 8 years ago
CustomAttributes.code.cs Move test projects to their own directory in \ 8 years ago
CustomShortCircuitOperators.cs Move test projects to their own directory in \ 8 years ago
DataFlowTest.cs First implementation of TransformExpressionTrees 8 years ago
DecompilerTestBase.cs Add minimal pretty tests for ref structs. 8 years ago
Generics.cs Move test projects to their own directory in \ 8 years ago
ICSharpCode.Decompiler.Tests.csproj Update the Roslyn compiler for the tests to 2.8.0. 8 years ago
ILPrettyTestRunner.cs Fix C# 1.0 switch on string transform and add tests 8 years ago
IncrementDecrement.cs Move test projects to their own directory in \ 8 years ago
MultidimensionalArray.cs Move test projects to their own directory in \ 8 years ago
PrettyTestRunner.cs Add pretty tests for anonymous types for mcs. 8 years ago
PropertiesAndEvents.cs Move test projects to their own directory in \ 8 years ago
RoundtripAssembly.cs Upgrade to NUnit 3.9 and enable parallel test execution. 8 years ago
Stub.cs Use tabs instead of spaces. 8 years ago
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 Move test projects to their own directory in \ 8 years ago