LINQPad becomes unresponsive on long running programs
Wrote this code, connected to SQL Server 2017 on a different host. Left this overnight, when came back LINQPad was using one full core, interface extremely unresponsive. Took me good 10 minutes to finally click the stop script button.
![image](https://i.imgur.com/bCbcqKD.png)
Comments
Including
this.ObjectTrackingEnabled = false;
should certainly reduce the memory consumption (and you don't need object tracking in this example).