Hi,
I am unable to run tests marked with the async keyword using MSTest from the command-line. The same test runs OK from within Visual Studio. The error that I get is:
Not Runnable
UTA007: Method TheTest defined in class Test does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, does not return a value and should not take any parameter. for example: public void Test.Class1.Test().
Any help will be gratefully appreciated
Thanks,
Dan