I want to create a static analysis code rule such that any controller's method must either inherit AllowAnonymous OR Authorize, or have an explicit AllowAnonymous OR Authorize attribute - so that every action has been addressed explicitly one way or the other.I want to create a static analysis code rule su