Is there any way to bypass the rule
"Rename this method to match the regular expression: [A-Z][a-zA-Z0-9]++"
for the Global.asax.cs, specifically for the for the Application_
methods/events? We don't want to minimize the amount of files that are skipped completely.
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{