If you're coding the bleeding edge, you may find yourself in situation where the version of the App Services SDK you want has not been officially released yet, but it's there on GitHub. To give you an example, I needed to get at the still burgeoning support for EventProcessorHost in Web Jobs via the Microsoft.Azure.WebJobs.ServiceBus assembly. How do you get these packages into your solution? The process to getting at the "nightly" builds turned out to be surprisingly simple. Within Visual Studio, right click on your solution and choose Manage NuGet Packages for Solution. In the top, right corner of... Read more →