nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01821
[Bug 806198] Re: nunit console crashes when opening certain projects with common output path. Expects a outputpath in every propertygroup
This has been fixed for the case where a common output path is provided
in a PropertyGroup with no condition or where the condition does not
specify a configuration. The group with the common output path must
appear in the project file before the individual configurations.
In general, it's not practical for NUnit to interpret all valid project
files, since that would involve emulating the entire msbuild syntax.
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/806198
Title:
nunit console crashes when opening certain projects with common output
path. Expects a outputpath in every propertygroup
Status in NUnit V2 Test Framework:
Fix Committed
Bug description:
in VS2010 created projects, not every PropertyGroup has a output path
set. However the nunit LoadMSBuildProject function attempts to look
for output path in every property group and crashes with a null
reference exception.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/806198/+subscriptions
References