nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02591
[Bug 928246] [NEW] Use assembly.Location instead of assembly.CodeBase
Public bug reported:
Some areas of NUnit uses assembly.CodeBase instead of assembly.Location.
Because of that NUnit fails to resolve assemblies when the path contains
#. This is because CodeBase is a Uri.
** Affects: nunit-3.0
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/928246
Title:
Use assembly.Location instead of assembly.CodeBase
Status in NUnit Test Framework:
New
Bug description:
Some areas of NUnit uses assembly.CodeBase instead of
assembly.Location. Because of that NUnit fails to resolve assemblies
when the path contains #. This is because CodeBase is a Uri.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/928246/+subscriptions
Follow ups
References