فهرست منبع

Enable doc generation

Oren Novotny 9 سال پیش
والد
کامیت
075d77a587

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

@@ -12,11 +12,13 @@
     "licenseUrl": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt",
     "requireLicenseAcceptance": true
   },
-  
+
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

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

@@ -12,11 +12,13 @@
     "licenseUrl": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt",
     "requireLicenseAcceptance": true
   },
-  
+
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

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

@@ -12,11 +12,13 @@
     "licenseUrl": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt",
     "requireLicenseAcceptance": true
   },
-  
+
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 5 - 2
Ix.NET/Source/System.Interactive/project.json

@@ -12,16 +12,19 @@
     "licenseUrl": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Ix.NET/Source/license.txt",
     "requireLicenseAcceptance": true
   },
-  
+
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {
     "ReleaseDelaySigned": {
       "buildOptions": {
+        "xmlDocs": true, 
         "publicSign": false,
         "delaySign": true,
         "define": ["RELEASE", "TRACE"],

+ 3 - 1
Rx.NET/Source/Microsoft.Reactive.Testing/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

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

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 3 - 1
Rx.NET/Source/System.Reactive.Experimental/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 3 - 1
Rx.NET/Source/System.Reactive.Interfaces/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 3 - 1
Rx.NET/Source/System.Reactive.Linq/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"],
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true,
     "compile": {
       "exclude": [
         "*/**/ImmutableList.cs",

+ 3 - 1
Rx.NET/Source/System.Reactive.Observable.Aliases/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 4 - 2
Rx.NET/Source/System.Reactive.PlatformServices/project.json

@@ -16,9 +16,11 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"],
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true,
     "compile": {
-      "exclude": ["Strings_PlatformServices.Designer.cs"]
+      "exclude": [ "Strings_PlatformServices.Designer.cs" ]
     }
   },
   

+ 3 - 1
Rx.NET/Source/System.Reactive.Providers/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 3 - 1
Rx.NET/Source/System.Reactive.Runtime.Remoting/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 3 - 1
Rx.NET/Source/System.Reactive.Windows.Forms/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 3 - 1
Rx.NET/Source/System.Reactive.Windows.Threading/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {

+ 3 - 1
Rx.NET/Source/System.Reactive.WindowsRuntime/project.json

@@ -16,7 +16,9 @@
   "buildOptions": {
     "keyFile": "../35MSSharedLib1024.snk",
     "publicSign": true,
-    "define": ["SIGNED"]
+    "define": [ "SIGNED" ],
+    "nowarn": [ "CS1591" ],
+    "xmlDoc": true
   },
   
   "configurations": {