namespace ET.Analyzer { public static class AnalyzerGlobalSetting { /// /// 是否开启项目的所有分析器 /// public static bool EnableAnalyzer = true; } }