nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02753
[Bug 1013005] Re: Make nunit-gui-runner available in "Add Reference" dialog
This would require making all assemblies in the lib directory of the
installation available. What's more, it would be visible to folks adding
a reference for their tests and might lead to their creating references
to internal nunit assemblies, which can cause problems in loading the
tests.
As a workaround you should continue to add a specific reference by
navigating to the location where NUnit is installed.
** Changed in: nunitv2
Status: New => Won't Fix
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1013005
Title:
Make nunit-gui-runner available in "Add Reference" dialog
Status in NUnit V2 Test Framework:
Won't Fix
Bug description:
In order to debug tests with NUnit using Visual Studio Express 2010
you have to run Gui.Main method as described here
http://nunit.net/blogs/?p=28. Unfortunately you have to reference
nunit-gui-runner.dll. If you work on multiple computers, the nunit-
gui-runner.dll file can be placed in different locations. Wouldn't it
be good if this DLL were accessible globally like nunit.framework.dll?
Also applies to nunit-console-runner.dll.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1013005/+subscriptions
References