nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01054
[Bug 492674] [NEW] Specifying the solution's configuration specifies the sub-project's configurations instead
You have been subscribed to a public bug:
When starting the NUnit GUI from the command line, you can specify a
configuration. If you are doing this with a solution instead of an
individual project, it does not work correctly. It assumes that all the
projects have the same configuration name as the solution configuration.
While this is often true, it is possible to have a solution
configuration that uses project configurations of a different name.
If you need more detail, this is how I have my project set up in Visual
Studio 2008. I use the Configuration Manager under the Build menu to
organize my configurations. I have a solution configuration called
"Test". Some of the projects under this solution do not even have a
configuration called "Test". For these projects I have the "Test"
solution configuration using the "Debug" version of those projects. When
I load the NUnit GUI using the command line and pass it the location of
the solution file and instruct it to use the "Test" configuration, it
only loads the projects with a configuration called "Test" and therefore
is ignoring the solution configuration settings.
** Affects: nunit-3.0
Importance: Wishlist
Status: Confirmed
** Tags: console feature gui
--
Specifying the solution's configuration specifies the sub-project's configurations instead
https://bugs.launchpad.net/bugs/492674
You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework.