nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01664
[Bug 735851] Re: Add detection of 3.0, 3.5 and 4.0 frameworks to PlatformAttribute
As implemented, tests marked .NET 2.0 will run if .NET 3.0 or 3.5 is
present, but not vice versa.
** Changed in: nunitv2
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunitv2
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/735851
Title:
Add detection of 3.0, 3.5 and 4.0 frameworks to PlatformAttribute
Status in NUnit V2 Test Framework:
Fix Committed
Bug description:
Extend PlatformAttribute to detect net- and mono- 3.0, 3.5 and 4.0.
The 3.5 support is needed in order to exclude NUnit tests requiring
NSubstitute when running under a 2.0 framework.
References