I've got a ASP.NET REST API up and running in Azure. From an older .NET 4.5 project in Visual I've generated a client using this menu option:
But when I create a new ASP.NET Core (ASP.NET 5) project, and want to generate the client there is no such option:
What is the intended way to generate the client for my REST api in ASP.NET Core projects?





