2016.3 EAP 9 - Inconclusive: tests not run - .NET Core
Hey Guys -
I am trying to use 2016.3 EAP to run unit tests on a .NET Core project (VS 2015 Update 3) and the test do not run (Inconclusive-tests not run). Here is the error message:
2016.11.23 10:17:51.310 ERROR Run: dfddcded-0df6-45cc-9391-944f86cc5199 - Faulted
2016.11.23 10:17:51.310 ERROR System.InvalidOperationException: Failed to get child process StartInfo for dotnet test
at JetBrains.ReSharper.UnitTestFramework.Launch.Stages.RunTestsStage.<>c__DisplayClassc.<StartSingleRun>b__8()
Here is my project.config:
{
"version": "1.0.0-*",
"testRunner": "nunit",
"dependencies": {
"Couchbase.Extensions.Caching": "1.0.0-*",
"CouchbaseNetClient": "2.4.0-dp2",
"Microsoft.Extensions.Configuration": "1.1.0",
"Microsoft.Extensions.Configuration.Binder": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.1.0",
"NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "9.0.2-beta1",
"NUnit": "3.5.0"
},
"runtimes": {
"win7-x64": {},
"win8-x64": {},
"win10-x64": {}
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}
Any ideas?
Thanks,
Jeff
Please sign in to leave a comment.