我有一个项目,我的同事可以使用dotnet test
无法运行测试。我得到的错误信息是
System.IO.FileNotFoundException: No test is available in C:\projects\...\bin\Debug\netcoreapp1.1\Test.AnalyzeFirmwareRollout.dll. Make sure test project has a nuget reference of package "Microsoft.NET.Test.Sdk" and framework version settings are appropriate and try again.
该项目确实引用了Microsoft.NET.Test.Sdk,目标框架是
<TargetFramework>netcoreapp1.1</TargetFramework>
在csproj文件中。任何想法在这里可能出错?