← Back to team overview

nunit-core team mailing list archive

[Bug 928246] Re: Use assembly.Location instead of assembly.CodeBase

 

** Changed in: nunit-3.0
       Status: New => Triaged

** Changed in: nunit-3.0
   Importance: Undecided => High

** Changed in: nunit-3.0
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

** Changed in: nunit-3.0
    Milestone: None => 2.9.6

-- 
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:
  Triaged

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


References