After updating the ASP.Net5 WebApp project template to beta6 I have the following issue in Startup.cs:
app.UseErrorPage(ErrorPageOptions.ShowAll);
This line throws 'ErrorPageOptions' does not contain a definition for 'ShowAll'. Any idea, how this is handled in beta6?