nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01090
[Bug 628884] Re: AssemblyVersion needed
We'll consider this in 3.0
** Project changed: nunitv2 => nunit-3.0
** Tags added: framework
** Tags removed: version
--
AssemblyVersion needed
https://bugs.launchpad.net/bugs/628884
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
Status in NUnit Test Framework: New
Bug description:
A nice feature would be a Version as a Attribute. When the assembly version is at least the value, the test is active. If the assembly version is to low, the test will be ignored.
The version could be the version of the assembly which contains the test or delivered by a public static class from a special property (as it is in testcasesource).
Testcase and Testfixture and so on must also have this feature.
References