Browse Source

Get Ix.NET tests to discover. Run all fails, but running individual succeeds.

Oren Novotny 9 years ago
parent
commit
4560035b1b

+ 3 - 0
Ix.NET/Source/Tests/System.Interactive.Tests.xproj

@@ -11,5 +11,8 @@
     <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
     <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
     <OutputPath Condition="'$(OutputPath)'=='' ">..\..\..\artifacts\</OutputPath>
     <OutputPath Condition="'$(OutputPath)'=='' ">..\..\..\artifacts\</OutputPath>
   </PropertyGroup>
   </PropertyGroup>
+  <ItemGroup>
+    <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
+  </ItemGroup>
   <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
   <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
 </Project>
 </Project>

+ 3 - 2
Ix.NET/Source/Tests/project.json

@@ -10,7 +10,7 @@
     "licenseUrl": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt",
     "licenseUrl": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt",
     "requireLicenseAcceptance": true,
     "requireLicenseAcceptance": true,
     "compilationOptions": {
     "compilationOptions": {
-        "emitEntryPoint": true
+        "emitEntryPoint": true        
     },
     },
     "dependencies": {
     "dependencies": {
         "System.Interactive.Providers": { "target": "project" },
         "System.Interactive.Providers": { "target": "project" },
@@ -28,7 +28,8 @@
             "compilationOptions": {
             "compilationOptions": {
                 "define": [
                 "define": [
                     "HAS_AWAIT"
                     "HAS_AWAIT"
-                ]
+                ],
+                "debugType": "full"
             }
             }
         }
         }
     }
     }