When I debug non-single tests, I have no problems with debugging. If I debug unit tests, I have a startup time> 10 seconds due to Visual Studio trying to load symbols, although I disabled access to symbol servers in the debug settings.
What could be the problem? I found
this related question , but it does not seem to fit my problem.
source
share