Преглед изворни кода

Fix await warning in Playground.

Bart De Smet пре 7 година
родитељ
комит
6a65f1e1cc
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Ix.NET/Source/Playground/Program.cs

+ 1 - 0
Ix.NET/Source/Playground/Program.cs

@@ -21,6 +21,7 @@ namespace Playground
         static async Task Experiment()
         static async Task Experiment()
         {
         {
             // Add test code here
             // Add test code here
+            await Task.Yield(); // Suppress CS1998
         }
         }
 
 
         [Demo(11, "LINQ to Objects for IEnumerable<T>")]
         [Demo(11, "LINQ to Objects for IEnumerable<T>")]