ati*_*kot 14 c# unit-testing visual-studio-2015 intellitest
我试图在x64项目上运行intellitest(为此我甚至尝试创建简单的64x项目)
public class Program
{
public static void Main(string[] args)
{
if(args == null)
throw new Exception("test");
}
}
Run Code Online (Sandbox Code Playgroud)
但由于某些原因,我得到的是intellitest输出
saving all files
building project
Launching exploration
starting...
preparing monitored process for 'C:\Users\User\Documents\Visual Studio 2012\Projects\Unitest\ConsoleApplication9\bin\Debug\ConsoleApplication9.exe'
failed to prepare process for assembly 'C:\Users\User\Documents\Visual Studio 2012\Projects\Unitest\ConsoleApplication9\bin\Debug\ConsoleApplication9.exe'
monitored process exited with error while loading assembly (-1006 - 0xfffffc12)
finished
Run Code Online (Sandbox Code Playgroud)
感谢您的反馈。这是设计使然。目前 x64 配置不支持 IntelliTest。
| 归档时间: |
|
| 查看次数: |
1042 次 |
| 最近记录: |