dcpanda80 / ci-factory

Automatically exported from code.google.com/p/ci-factory
0 stars 0 forks source link

Fix NCover and MSTest App.config #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the MSTest Package must set the noisolation swtich so that MSTest
will not execute test in a child process.  This is so that NCover will
capture profiling info.  NCover has shown to be able to collect profiling
information on only the process that it starts.  MSTest will not use the
app.config files for test assemblies when the noisolation switch is on. 
This needs to be resolved so that one does not have to choose between
app.configs and coverage.

Original issue reported on code.google.com by jay.flowers@gmail.com on 31 Mar 2007 at 7:09

GoogleCodeExporter commented 9 years ago
Build 0.8.0.115
Revision 512
Setting the two env vars for profiling before NCover starts will have all 
process
spawned profiled.  The env vars Cor_Enable_Profiling and Cor_Profiler are set 
before
the task ncover is called.  The mstest task now has the noisolation switch set 
to false.

Original comment by jay.flowers@gmail.com on 31 Mar 2007 at 7:13

GoogleCodeExporter commented 9 years ago
is comment #1 a workaround or more facts about the use case?

Original comment by hound...@gmail.com on 1 Apr 2007 at 8:36

GoogleCodeExporter commented 9 years ago
Either a solution or a work around depending on your perspective

Original comment by jay.flowers@gmail.com on 1 Apr 2007 at 8:38