Browse Source

Whitelisting ToHashSet in API compare.

Bart De Smet 8 years ago
parent
commit
f6a7b0bafa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Ix.NET/Source/ApiCompare/Program.cs

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

@@ -26,6 +26,8 @@ namespace ApiCompare
             "SkipLast",  // In .NET Core 2.0
             "TakeLast",  // In .NET Core 2.0
 
+            "ToHashSet",  // In .NET Core 2.0
+
             "Cast",    // Non-generic methods
             "OfType",  // Non-generic methods