nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03563
[Bug 1194103] Re: OutputDir can contain property values, that NUnit doesn't parse
** Changed in: nunitv2
Status: New => Triaged
** Changed in: nunitv2
Importance: Undecided => Wishlist
--
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 V2 Test Framework:
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/nunitv2/+bug/1194103/+subscriptions
References