[Test]
[ExpectedException(typeof(InvalidOperationException))]
public void GroupByFailsSettingOrderWithoutFrom()
{
new GroupBy().OrderBy("Name", true);
}
The test not fail in 2.5.0Beta2 but fail in 2.5.0Beta3 .... well....
In reality the test does NOT FAIL, what is failing is the R# test runner so...
now I'm sure.
R# can't be used with NUnit2.5.0 and this is a big problem.
Btw, from the point of view of NUnit, it is an External issue.
--
Fabio Maulo