nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02724
[Bug 1013005] Re: Load nunit-gui-runner into GAC
NUnit does not install any assemblies into the GAC - not even
nunit.framework. What I believe you are talking about is to make the
assembly visible in the Visual Studio "Add Reference" dialog, which
involves creating a registry entry that points to the directory
containing the runner assembly. I'm changing the title of this bug
accordingly.
** Summary changed:
- Load nunit-gui-runner into GAC
+ Make nunit-gui-runner available in "Add Reference" dialog
--
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:
New
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