AspNetCore.RouteAnalyzer icon indicating copy to clipboard operation
AspNetCore.RouteAnalyzer copied to clipboard

Results 14 AspNetCore.RouteAnalyzer issues
Sort by recently updated
recently updated
newest added

Organizing this info into a table with search would do wonders for this project :D

If you have an controller inside a area like this: ```c# [Area("Products")] public class HomeController : Controller { [HttpGet("[controller]/[action]/{id}")] public IActionResult Index(int id) => Ok(); public IActionResult Show(int id) =>...

It will be great if we clued get info is route protected by Authorize