I'm using Visual Studio 2017 15.1 (26403.7). In some of my projects I have a menu to generate tests with IntelliTest, in other projects this menu option does not exist.
Specifically in .NET Standard Libraries (at a minimum 1.2 and 1.6) the IntelliTest option is not present.
Is IntelliTest not available for .NET Standard Libraries or do I need to install additional plugins or configure additional options?
It is not supported on .NET Standard. Presently, it is supported only for .NET Framework.