浏览代码

Excluding ForEachAsync from API comparison.

Bart De Smet 8 年之前
父节点
当前提交
cda68c7aeb
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      Ix.NET/Source/ApiCompare/Program.cs

+ 4 - 2
Ix.NET/Source/ApiCompare/Program.cs

@@ -29,8 +29,10 @@ namespace ApiCompare
             "Cast",    // Non-generic methods
             "OfType",  // Non-generic methods
 
-            "AsEnumerable",      // Trivially renamed
-            "AsAsyncEnumerable"  // Trivially renamed
+            "AsEnumerable",       // Trivially renamed
+            "AsAsyncEnumerable",  // Trivially renamed
+
+            "ForEachAsync",  // "foreach await" language substitute for the time being
         };
 
         private static readonly TypeSubstitutor subst = new TypeSubstitutor(new Dictionary<Type, Type>