Visual Studio 2015 Intellitest不支持64位项目

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)

pvl*_*shm 3

感谢您的反馈。这是设计使然。目前 x64 配置不支持 IntelliTest。

  • 请考虑在此处投票支持该功能:https://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/10139661-enable-intellitest-for-64-bit-projects。我们非常感谢您的反馈。 (2认同)