← Back to team overview

nunit-core team mailing list archive

[Bug 1194103] Re: OutputDir can contain property values, that NUnit doesn't parse

 

** Project changed: nunitv2 => nunit-console

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1194103

Title:
  OutputDir can contain property values, that NUnit doesn't parse

Status in NUnit Console Runner:
  Triaged

Bug description:
  A *proj file can contain the following:
  <OutputDir>\bin\$(Configuration)\</OutputDir>

  I assume it can also contain any other valid property. This makes the
  console runner fail with a null pointer exception, seeing as the
  property is not expanded when looking for assemblies. I can see in the
  nunit source, that some, limited effort is made to handle certain
  properties in OutputDir in vcproj files, but not in any other types.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-console/+bug/1194103/+subscriptions


References