I'm trying to get an overview of all accessible urls from my application. I have an application build up with with 2 projects (one is a default project, the other is a Razor Class Library).
In both projects are Razor pages defined and when I use AspNetCore.RouteAnalyzer
(as seen in Get all registered routes in ASP.NET Core), I get an overview off all accessible routes. But I want to know the assembly, project or namespace of the routes. How can I achieve that?
July 28 2021 - Update with help of abdusco:
This information will be accessible from Asp.Net Core 6.0: https://github.com/dotnet/aspnetcore/issues/34759