Since Visual Studio 2017 is released and we can use the new C# 7 features I expected this will work when deploying on Azure Web apps.
Unfortunately we\'re seeing compile
Adding the Microsoft.Net.Compilers NuGet package fixes the issue.
Microsoft.Net.Compilers