controlflow / resharper-heapview

ReSharper Heap Allocations Viewer plugin
MIT License
304 stars 28 forks source link

C# 7.0 boxing in tuple conversions #46

Closed controlflow closed 4 years ago

controlflow commented 7 years ago
(int, int) ii = (1, 2);
(object, object) oo = ii;

Need type conversion classification API to solve this :|