Latest , Xunit, dotnet framework as Target project.
Just test discovery (opening test window) causes VS to use all memory available (with freeze and crash at the end)
Latest VS, Latest NCrunch.
I ignored test assembly completelly in Nrunch settings, but after enabling Ncrunch same issue, all memory gone, VS crashed. looks like recursive calls somewhere.
DELETING
v3.ncrunchsolution and .ncrunchsolution.user
Can you confirm which physical process is responsible for the memory overrun? Task manager tends to aggregate memory usage for the entire tree, but there are many processes involved in an NCrunch session. If you expand the tree, it should be possible to see which one(s) are eating all the memory.
Fixed by remove ncrunchsolution files. "v3.ncrunchsolution"
"ncrunchsolution.user"
It was not because of TEST run, no tests were running, i even tried unload+disable test assembly in ncrunch+vs configuration.
It feels like happened because nrcunch tried to "discover" tests.
Removed files attached here, should I play around with them to understand where the issue is?
I think this was caused by some kind of display issue. It may be related to the saved UI layouts in the config files. If the problem is no longer bothering you, I'm happy to leave this be unless it appears for you again.