Has anyone written a tool to do static analysis of an ASP.NET MVC application?
Disclaimer: I'm not sure what I want really is static analysis - it just was the closest term I could come up with.
What I'd like is to get a tabulated list of all my controllers, my actions, show whether they respond to GET or POST, what their cache settings are etc.
I'm sure you could keep going and goin with this - and go on to more advanced issues like whether or not every action is actually accessible by a route.
If nobody has done this - is it something that people think would be useful ? What else ought it to do?