nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03508
[Bug 1194103] [NEW] OutputDir can contain property values, that NUnit doesn't parse
Public bug reported:
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.
** Affects: nunitv2
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References