dazinator / AspNetSolutionUpgradeTool

A utility that can be used to upgrade an ASP.NET 5 RC1 or RC2 based solution to ASP.NET Core 1.0.0 RTM.
MIT License
5 stars 2 forks source link

Should add Microsoft.AspNetCore.Diagnostics package if not present. #35

Closed dazinator closed 8 years ago

dazinator commented 8 years ago

The following extension methods were moved into a new package for RC2:

app.UseDeveloperExceptionPage();
app.UseExceptionHandler("/Home/Error");

This tool should ensure this package is added to MVC projects.