7 Commits (a9f46945636dcb381c53548bc77e9ab6dc4de91f)

Author SHA1 Message Date
Daniel Grunwald a9f4694563 Add test for C# 11 generic attribute 3 years ago
Siegfried Pammer ec6a9afc57 Fix #2448: Decompiler shows some enum values as hexdecimal instead of decimal 4 years ago
Siegfried Pammer cc19e9043e Fix #603: Single element arrays should not span multiple lines 4 years ago
Siegfried Pammer 6f3230af48 Add ununsed CustomAttributes test. 6 years ago
Daniel Grunwald b149238777 Introduce IType.IsByRefLike. 7 years ago
Siegfried Pammer bb38ae2fd8 Rearrange pretty tests, so that they work with Roslyn compilers as well. 7 years ago
Siegfried Pammer 8cbf724901 Move CustomAttributeTests to PrettyTestRunner 7 years ago
Siegfried Pammer 62770cf94c Fix #1095: C# decompilation, for flags enums always use hex prefix 7 years ago
Siegfried Pammer eac591a7d7 Fix #1084: Decompiling constants of the target type 7 years ago
Siegfried Pammer 16c900ebfa Remove sequential values from enum members + display powers of two (- 1) as hex. 8 years ago
Daniel Grunwald 7e38d9c5aa Fix #858: parse local type arguments in reflection names. 8 years ago
Daniel Grunwald c40ba690bc Fix #856: fix decompilation of attributes where null is passed to a parameter of type System.Type. 8 years ago
Siegfried Pammer e26af08a1c Move test projects to their own directory in \ 8 years ago
Daniel Grunwald f0a0ba8ac0 Fix some issues with missing casts for overload resolution and for boxing in attributes. 9 years ago
Daniel Grunwald d6d86b35e2 Adjust test case 9 years ago
Daniel Grunwald a6ae2e4b24 Fix #716: OverflowException when converting System.Enum To System.Int64 in CustomAttribute 9 years ago
David Karlaš a2667d93cc Fixed CustomAttributesMultiTest to pass(removed attributes unrelated code in method+shortened attribute name) 10 years ago
David Karlaš fca29f68c4 Reenabled CustomerAttributes unit tests and fixed most problems 10 years ago
Daniel Grunwald 02a500e762 ICSharpCode.Decompiler: Merge changes from SharpDevelop to ILSpy. 10 years ago
Daniel Grunwald c4335dd2ef Fix decompilation of arrays as attribute arguments. Closes #82. 14 years ago
Daniel Grunwald 88160e9777 Decompile delegates into a delegate declaration instead of a type declaration. 14 years ago
Artur Zgodziski f25904a474 changed TextRunner to accept test file name. 14 years ago
Artur Zgodziski 33290c2a7f renamed files with sample code 14 years ago
Artur Zgodziski 19993ff43b more attribute targets implemented. 14 years ago
Artur Zgodziski d1fff3fdb1 testing code that helps running independent decompilation tests. 14 years ago