使用 MS Fakes 进行实时测试

Use Live Testing with MS Fakes

我有一个项目使用 Microsoft fakes 进行模拟。 2017 年 Visual Studio 的测试 运行 没有问题。当我开始新的实时测试时,所有测试都失败并显示消息:

Unable to create instance of class MyTests. Error: Microsoft.QualityTools.Testing.Fakes.UnitTestIsolation.UnitTestIsolationException: Failed to resolve profiler path from COR_PROFILER_PATH and COR_PROFILER environment variables.

有没有办法让假货与实时测试功能一起使用?

实时测试不适用于 Microsoft Fakes Framework,这是 Visual Studio 的预期限制,但 Microsoft stated 他们正在考虑增加对它的支持。