Comments
Sort by recent activity
I've tried the MSDN and found the /noisolation and the config file problem described. The solution there is NOT to use the /noisolation option. This makes my unit test pass but, I'm still unable to profile as I described earlier.
My question is more like: "Is there any other trick to profile a Unit test with ANTS? Is it possible to attach the Vstesthost.exe process with ANTS?Will this problem be solved in a future release of ants?"
Regards,
Burkhard / comments
I've tried the MSDN and found the /noisolation and the config file problem described. The solution there is NOT to use the /noisolation option. This makes my unit test pass but, I'm still unable to...
Hello,
I've tried to profile a Unit test using mstest and your proposed configuration, but have a serious problem with the /noisolation parameter:
This parameter prevents the unit test from getting the unit tests configuration file. So I'm still unable to profile my unit test:
- Without /noisolation option the Unit test succeeds, but cannot be profiled, because mstest starts the test in a new process (vstetsthost.exe) Ants cannot profile
- with /noisolation option I could profile, because mstest performs the test in the same process context, but the result is worthless: My test failes because it cannot read the test's configuration file
Any idea, how to get out of this predicament
Regards,
Burkhard / comments
Hello,
I've tried to profile a Unit test using mstest and your proposed configuration, but have a serious problem with the /noisolation parameter:
This parameter prevents the unit test from getting...
Hi Brian,
I already have used the /runconfig option. It does not work.
Regards,
Burkhard / comments
Hi Brian,
I already have used the /runconfig option. It does not work.
Regards,
Burkhard