I have a series of tests for the c# mongodb driver of the form: [Test] public async Task QueryAll() {
I had successfully run nunit-console4 against the dll that xbuild created but just suddenly the tests started to be not run with nunit-console complaining: Method QueryAll's signature is not correct: it must return void However, the nunit-console doc states that async Task tests are valid. I have no idea what’s changed. Yes I know things don’t suddenly stop working for no reason at all, but what I am trying to determine is what that change was that would cause the tests to behave as they now are. Neale _______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list