1. In Visual Studio, create a new Razor v2 Web Site
2. Open the NuGet Package manager and update NuGet.Core to version 2.0.
3. F5
Result: At runtime, you'll receive an unhandled exception with the message "Method 'get_IsBindingRedirectSupported' in type 'System.Web.Webpages.Administration, version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation."
A user who does this cannot recover because the latest version of Microsoft.AspNet.WebPages.Administration is only compatible with Nuget.Core version 1.6.
Expected: There should be a Nuget 2.X-compatible version of this package, if for no other reason than to help users recover their sites when they do this.
2. Open the NuGet Package manager and update NuGet.Core to version 2.0.
3. F5
Result: At runtime, you'll receive an unhandled exception with the message "Method 'get_IsBindingRedirectSupported' in type 'System.Web.Webpages.Administration, version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation."
A user who does this cannot recover because the latest version of Microsoft.AspNet.WebPages.Administration is only compatible with Nuget.Core version 1.6.
Expected: There should be a Nuget 2.X-compatible version of this package, if for no other reason than to help users recover their sites when they do this.