I'm trying to debug an issue with routes where I'm not sure what url an external app has to hit to trigger my controllers correctly. I just want to print them all out.
I found Get all registered routes in ASP.NET Core but none of the answers seem to work in Asp.net Core 3.0
I also found https://www.nuget.org/packages/AspNetCore.RouteAnalyzer, but it's for Core 2.0