Parcourir la source

add rd.xml's to fix failing test

Oren Novotny il y a 9 ans
Parent
commit
0b79198567

+ 7 - 0
Ix.NET/Source/System.Interactive.Async/Properties/System.Interactive.Async.rd.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
+  <Library>
+    <Assembly Name="System.Interactive.Async" Dynamic="Required All" />
+    <!-- TODO optimize this for types that actually need reflection -->
+  </Library>
+</Directives>

+ 4 - 1
Ix.NET/Source/System.Interactive.Async/project.json

@@ -18,7 +18,10 @@
     "publicSign": true,
     "define": [ "SIGNED" ],
     "nowarn": [ "CS1591" ],
-    "xmlDoc": true
+    "xmlDoc": true,
+    "embed": {
+      "includeFiles": "Properties/System.Interactive.Async.rd.xml"
+    }
   },
   
   "configurations": {

+ 7 - 0
Ix.NET/Source/System.Interactive/Properties/System.Interactive.rd.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
+  <Library>
+    <Assembly Name="System.Interactive" Dynamic="Required All" />
+    <!-- TODO optimize this for types that actually need reflection -->
+  </Library>
+</Directives>

+ 4 - 1
Ix.NET/Source/System.Interactive/project.json

@@ -18,7 +18,10 @@
     "publicSign": true,
     "define": [ "SIGNED" ],
     "nowarn": [ "CS1591" ],
-    "xmlDoc": true
+    "xmlDoc": true,
+    "embed": {
+      "includeFiles": "Properties/System.Interactive.rd.xml"
+    }
   },
   
   "configurations": {

+ 7 - 0
Rx.NET/Source/System.Reactive.Core/Properties/System.Reactive.Core.rd.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
+  <Library>
+    <Assembly Name="System.Reactive.Core" Dynamic="Required All" />
+    <!-- TODO optimize this for types that actually need reflection -->
+  </Library>
+</Directives>

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

@@ -18,7 +18,10 @@
     "publicSign": true,
     "define": [ "SIGNED" ],
     "nowarn": [ "CS1591" ],
-    "xmlDoc": true
+    "xmlDoc": true,
+    "embed": {
+      "includeFiles": "Properties/System.Reactive.Core.rd.xml"
+    }
   },
   
   "configurations": {