18 Commits (130a07dbb42a76e7fda854c52f23e7ead5f2593b)

Author SHA1 Message Date
Siegfried Pammer f52ce79da0 Fix #2278: Implement support for CSharpBinderFlags.InvokeSimpleName 5 years ago
Siegfried Pammer cc19e9043e Fix #603: Single element arrays should not span multiple lines 5 years ago
Daniel Grunwald cabb02b5fd Add support for decoding function pointer types in signatures. 5 years ago
Siegfried Pammer 04f9603768 Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer 44c044aa33 Fix #1635: DynamicInvokeConstructorInstruction Did report the wrong StackType for value types and unknown types. 6 years ago
Siegfried Pammer f49cc11c76 Fix #1627: Allow constants as targets of dynamic calls. 6 years ago
Siegfried Pammer 36afa0857d Add tests for ref, out and in parameters. 6 years ago
Siegfried Pammer d42cf99a8c Fix dynamic transforms because https://github.com/dotnet/roslyn/issues/27800 was fixed. 6 years ago
Daniel Grunwald 35a0ee2263 Fix #1309: Decompilation of dynamic casts. 7 years ago
Daniel Grunwald dd5845e83d Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic) 7 years ago
Siegfried Pammer 74fc5ba8a4 Add more test cases 7 years ago
Siegfried Pammer 78e81bee29 Add more dynamic tests 7 years ago
Siegfried Pammer e933abb67f Update dynamic tests 7 years ago
Siegfried Pammer 9fa5249afe Update dynamic test cases 7 years ago
Siegfried Pammer 51e0aab6c8 Add more tests 7 years ago
Daniel Grunwald e718d45f7d Use tabs in dynamic tests. 7 years ago
Andreas Weizel 16b00bfabc Added DynamicTests. 7 years ago