We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?