Quellcode durchsuchen

add xunit config

Oren Novotny vor 9 Jahren
Ursprung
Commit
1784a985c4

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

@@ -16,7 +16,10 @@
     "nowarn": ["CS0618"],
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": ["SIGNED"],
+    "copyToOutput": {
+            "include": [ "xunit.runner.json" ]
+        }
   },
   "configurations": {
     "ReleaseDelaySigned": {

+ 4 - 0
Rx.NET/Source/Tests.System.Reactive/xunit.runner.json

@@ -0,0 +1,4 @@
+{
+    "diagnosticMessages": true,
+    "methodDisplay": "classAndMethod"
+}