Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I enable Intellitest in VisualStudio 2015 RC?

I installed the Visual Studio 2015 RC and tried to "Run Intelltest" as per the instructions on the Microsoft Help Page, but the command doesn't appear on the popup menu as expected. Does anyone have any idea what happened? Was it pulled from the RC, or do I have to set a flag / configuration item, do an extra install, etc. Any help in this regard would be much appreciated...

like image 648
Louis S. Berman Avatar asked Nov 01 '22 05:11

Louis S. Berman


1 Answers

The Run IntelliTest command should show up for C# apps created from project templates under the Windows Desktop hive in the File | New | Project dialog.

like image 73
pvlakshm Avatar answered Nov 14 '22 02:11

pvlakshm