nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02023
[Bug 885277] [NEW] Exception when project calls for a runtime using only 2 digits
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
Follow ups
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2013-10-05
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-27
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Launchpad Bug Tracker, 2011-11-27
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-27
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-26
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-20
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-20
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-04
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Launchpad Bug Tracker, 2011-11-02
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-02
-
[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-02
-
[Bug 885277] [NEW] Exception when project calls for a runtime using only 2 digits
From: Charlie Poole, 2011-11-02
References