ASP.Net 5 Console Application Entry Point
问题 I've been trying to build a console application in ASP.Net 5 and am having some trouble with the entry point. I've looked at the following: Entry point can be marked with the 'async' modifier on CoreCLR? And https://msdn.microsoft.com/en-us/magazine/dn913182.aspx. When I create a Console Application (Package) with Visual Studio 2015 It creates the following Program File public class Program { public static void Main(string[] args) { } } However I want to utilise the instance have Main as an