Ver Fonte

Suppress obsolete warnings for unit tests

Oren Novotny há 9 anos atrás
pai
commit
c832826a67
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      Rx.NET/Source/Tests.System.Reactive/project.json

+ 2 - 1
Rx.NET/Source/Tests.System.Reactive/project.json

@@ -10,7 +10,8 @@
     "licenseUrl": "http://go.microsoft.com/fwlink/?LinkID=261272",
     "requireLicenseAcceptance": true,
     "compilationOptions": {
-        "emitEntryPoint": true
+        "emitEntryPoint": true,
+        "nowarn": ["CS0618"]
     },
     "dependencies": {
         "System.Reactive.Interfaces": { "target": "project" },