ASP.NET Core 9: Discover the new developer Exception page
Introduction
ASP.NET Core 9 has arrived and brings interesting novelties, especially on debugging. In this post, I will show the new Exception developer page.
The new Exception developer page
The developer exception page now includes endpoint metadata (Routing, Headers Query, Cookies), with consistent formatting, making debugging easier. The interface is really handy!
As a demo, I picked up James Newton-King‘s mini video, which is perfect. I don’t need to create my own, so here it is:
Enjoy debugging on ASP.NET Core 9 ! 🙂