codingadventures / LINQBridgeVs

Dumps the content of variables during debugging in Visual Studio to LINQPad
MIT License
127 stars 21 forks source link

Long List bridge #32

Open Pavel-Malezhyk opened 6 years ago

Pavel-Malezhyk commented 6 years ago

When I try to upload to bridge a Long list (60000 elements) I have such message. Is it possible configure VS to increase the "time out"
image

Pavel-Malezhyk commented 6 years ago

This message appears just after 3-5 seconds ...

codingadventures commented 6 years ago

Hey Pavel, thanks for testing it throughly. I actually never tried to serialize such amount of data. I think there's a way to increase the timeout, I will have a look. In the meantime, could you try one thing for me? If you serialize that long list with the binary formatter how much time does it take?

Pavel-Malezhyk commented 6 years ago

Ok, I will try it tomorrow ...