Bläddra i källkod

Adding another entry to the whitelist.

Bart De Smet 8 år sedan
förälder
incheckning
77df7623d8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      AsyncRx.NET/ApiCompare/Program.cs

+ 2 - 0
AsyncRx.NET/ApiCompare/Program.cs

@@ -18,6 +18,8 @@ namespace ApiCompare
 
             var exclude = new[]
             {
+                "AsObservable",          // Trivially renamed to AsAsyncObservable.
+
                 "FirstAsync",            // Renamed to drop the Async suffix.
                 "FirstOrDefaultAsync",   // Renamed to drop the Async suffix.
                 "LastAsync",             // Renamed to drop the Async suffix.