Siegfried Pammer
|
bc5d078feb
|
Fix #1698: Readonly auto properties from VB.NET are not properly decompiled
|
4 years ago |
Siegfried Pammer
|
3a7c69e5b9
|
Fix #2192: Add support for VB.NET delegate construction
|
5 years ago |
Siegfried Pammer
|
be57dc454c
|
Run tests with different versions of Roslyn
|
5 years ago |
dotnet format
|
0d9f871a4f
|
#2128: Reformat the whole code base.
|
5 years ago |
Siegfried Pammer
|
6973dec0ef
|
Fix #1906: RRs for default expressions of primitive types should use the correct constant value.
VB's `New Long()` is emitted as `initobj` whereas C#'s `default(long)` is emitted as `ldc.i4.0; conv.i8`.
|
6 years ago |
Daniel Grunwald
|
832c18f0be
|
Fix #1809: Support VB Select on string.
|
6 years ago |
Daniel Grunwald
|
df13f0ce01
|
Fix #1605: Inline ref locals more aggressively; this is necessary for VB compound assignments.
|
6 years ago |
Daniel Grunwald
|
0c0ac6ea44
|
Add RunVB() for VB correctness tests
|
7 years ago |
Siegfried Pammer
|
8cbf724901
|
Move CustomAttributeTests to PrettyTestRunner
|
7 years ago |
Siegfried Pammer
|
1797d15654
|
Fix tests
|
8 years ago |
Siegfried Pammer
|
e7a9184e90
|
Fix typo in VBPrettyTestRunner
|
8 years ago |
Siegfried Pammer
|
98416b03dd
|
Add VBPrettyTestRunner
|
8 years ago |
Daniel Grunwald
|
d9a28314f9
|
Upgrade to NUnit 3.9 and enable parallel test execution.
|
8 years ago |
Siegfried Pammer
|
659b12bdb8
|
Fix #1083: add pattern for mcs auto events (version 4)
|
8 years ago |
Siegfried Pammer
|
ebf213d85e
|
Fix #1047: Unsupported method
|
8 years ago |
Siegfried Pammer
|
9b160c13e7
|
Fix #982: ILSpy should ignore the parameter name of property setter and always use "value" instead in C#
|
8 years ago |
Siegfried Pammer
|
2c68d99336
|
Fix #959: Crash in CSharp.StatementBuilder.TranslateSwitch (due to empty sequence)
|
8 years ago |
Siegfried Pammer
|
68357655b4
|
Add RemovedDeadCode = true to F# ILPretty tests
|
8 years ago |
Siegfried Pammer
|
4b1488685f
|
Add test cases for #888
|
8 years ago |
mohe2015
|
71349ba11e
|
Implement pretty test. - Does not work with roslyn
|
8 years ago |
mohe2015
|
509b69f685
|
Add test case.
|
8 years ago |
Siegfried Pammer
|
aa0e379236
|
Add tests to ILPrettyTestRunner
|
8 years ago |
Siegfried Pammer
|
23bca3713f
|
Fix #646: VB-compilers 'For Each In' is not recognized as foreach during decompilation
|
8 years ago |
Daniel Grunwald
|
6305ed6e4e
|
Put path to TestCases-dir into a constant.
|
8 years ago |
Siegfried Pammer
|
bc4b078de9
|
Add missing files.
|
8 years ago |