소스 검색

Update AsyncTests.Bugs.cs

Fixing a build issue due to use of C# 6.0.
bartdesmet 10 년 전
부모
커밋
64a4d52d2c
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      Ix.NET/Source/Tests/AsyncTests.Bugs.cs

+ 2 - 4
Ix.NET/Source/Tests/AsyncTests.Bugs.cs

@@ -9,8 +9,6 @@ using System.Collections;
 using System.Threading;
 using System.Threading.Tasks;
 using System.Diagnostics;
-//using System.Reactive.Linq;
-//using System.Reactive.Concurrency;
 
 namespace Tests
 {
@@ -270,7 +268,7 @@ namespace Tests
                     return Task.FromResult(false);
                 }
 
-                public object Current { get; }
+                public object Current { get; private set; }
             }
         }
     }
@@ -328,4 +326,4 @@ namespace Tests
     }
 }
 
-#endif
+#endif