Is there a reasonable way to generate a complete list of all controllers/actions in a project, along with their various attributes - notably action filters?
Our project is relatively small now, but as it grows we'd like to be able to generate a comprehensive list of all controllers/actions and their [Authorize] settings to make sure that the developers haven't missed anything, and exhaustively searching the source code isn't a viable option.