Add detection of 3.0, 3.5 and 4.0 frameworks to PlatformAttribute
Bug #735851 reported by
Charlie Poole
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NUnit Framework |
Fix Released
|
Critical
|
Charlie Poole | ||
NUnit V2 |
Fix Released
|
High
|
Charlie Poole |
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.
Changed in nunitv2: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 2.6.0b1 |
Changed in nunitv2: | |
status: | Fix Committed → Fix Released |
Changed in nunit-3.0: | |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in nunit-3.0: | |
milestone: | none → 2.9.6 |
Changed in nunit-3.0: | |
assignee: | nobody → Charlie Poole (charlie.poole) |
Changed in nunit-3.0: | |
status: | Triaged → In Progress |
Changed in nunit-3.0: | |
status: | In Progress → Fix Committed |
Changed in nunit-3.0: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
As implemented, tests marked .NET 2.0 will run if .NET 3.0 or 3.5 is present, but not vice versa.