有什么办法可以绕过规则
"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()
{