有没有办法绕过规则
"Rename this method to match the regular expression: [A-Z][a-zA-Z0-9]++"
对于Global.asax.cs,特别是对于Application_
方法/事件?我们不希望最大限度地减少完全跳过的文件数量。
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{