controlflow / resharper-heapview

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

Make sure constant interpolation strings are supported #100

Closed controlflow closed 1 year ago

controlflow commented 2 years ago
const string s = "aaa";
string b = $"aaa{s}"; // no alloc