After updating Visual Studio 2015 to Update 3 and install ASP .NET Core, I created a new Web API project.
When I right-click at a method, I no longer see the context menu "Create Unit Tests".
Also, is there a project template to quickly create a new Unit Test project using ASP .NET Core? I found the instruction from ASP .NET documentation web site, but I don't want to concern about it every time I want to create a new unit test project.
The top xUnit NuGet package cannot be installed to a new ASP .NET Core class library project.