All tests using RandomAttribute seem to fail.
Code:
using NUnit.Framework;
[TestFixture]
class Program
{
[Test]
public void MyTest([Random(-3.0, 3.0, 100)] double doubleValue)
{
}
}
"This test was not executed during a planned execution run. Ensure your test project is stable and does not contain issues in initialisation/teardown fixtures."
Also, it's a little weird to count that test as 100 unit tests (in the Risk/Progress).