Browse Source

删除了分析器ET005,对Hotfix客户端的编码限制

大爷 2 years ago
parent
commit
9e0e205e42
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Share/Analyzer/Config/AnalyzeAssembly.cs

+ 3 - 3
Share/Analyzer/Config/AnalyzeAssembly.cs

@@ -19,8 +19,8 @@
 
         public static readonly string[] AllHotfix =
         {
-            DotNetHotfix, UnityHotfix, UnityHotfixView, 
-            UnityHotfixCodes, UnityHotfixViewCodes
+            DotNetHotfix/*, UnityHotfix, UnityHotfixView, 
+            UnityHotfixCodes, UnityHotfixViewCodes*/
         };
 
         public static readonly string[] AllModel =
@@ -45,4 +45,4 @@
         
         
     }
-}
+}