NOTE: I asked this on SoftwareEngineering site, but someone replied to the "where does my tooling question go", and that link said to ask on Stackoverflow (at least that's how I interpreted the answer)"
I've had this in previous projects, but I don't see it in my new ASP.NET Core 1.1 project.
Previously, I could just right-click on a method or class and select "Create Unit Tests" or "Run/Create IntelliTest".
After some googling, it looks like first versions of VS2017 or ASP.NET Core didn't have this feature yet.
Has this been added yet? If so, which versions of ASP.NET Core and Visual Studio do I need?
I have VS 2017 15.3.5 ASP.NET Core 1.1
Thanks!