Public bug reported:
When an nunit test project calls for a different framework from the one
currently in use and specifies only 2 digits, an exception is thrown at
line 211 of TestAgency.cs. This is due to calling Version.ToString(int)
with a value of 3 when only 2 components exist.
Example: Running under .NET 4.0 or 2.0 (without 3.5 installed) edit a
project to require the 3.5 framework.
** Affects: nunitv2
Importance: Critical
Assignee: Charlie Poole (charlie.poole)
Status: Triaged
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/885277
Title:
Exception when project calls for a runtime using only 2 digits
Status in NUnit V2 Test Framework:
Triaged
Bug description:
When an nunit test project calls for a different framework from the
one currently in use and specifies only 2 digits, an exception is
thrown at line 211 of TestAgency.cs. This is due to calling
Version.ToString(int) with a value of 3 when only 2 components exist.
Example: Running under .NET 4.0 or 2.0 (without 3.5 installed) edit a
project to require the 3.5 framework.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/885277/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~nunit-core
More help : https://help.launchpad.net/ListHelp