Missing CloudTable.Execute (and all non-async methods) in ASP.Net 5 Projects
问题 Using Microsoft Visual Studio 2015 RC, if I create a new "ASP.Net Web Application", and go to NuGet and add a reference to the latest version of Azure Storage (Install-Package WindowsAzure.Storage -Pre), in the CloudTable class, all I see are the *Async methods: However, if I create a new Console Application or Class Library (normal class library and console application, not a "Package" one) then I see all the methods as I expect: And it isn't just intellisense, the methods seem to actually