Error while running Xunit test for dot net core projects in VS Code -
after setting test project, when open terminal , issue command dotnet test path project file, following error message shown.
build completed.
test run g:\ds\security\test\microsoft.aspnetcore.authentication.test\bin\debug\netcoreapp2.0\microsoft.aspnetcore.authentication.test.dll(.netcoreapp,version=v2 .0) microsoft (r) test execution command line tool version 15.3.0-dev copyright (c) microsoft corporation. rights reserved.
starting test execution, please wait... testhost process exited error: not possible find compatible framework version specified framework 'microsoft.netcore.app', version '2.0.0' not found. - check application dependencies , target framework version installed at: \ - alternatively, install framework version '2.0.0'.
however, there dotnet sdk installed , dotnet build succeeds. please let me know how debug.
running dotnet without visual studio has been tough windows person let out work in linux.
Comments
Post a Comment