diff --git a/src/OpenIddict.Assets/project.json b/src/OpenIddict.Assets/project.json index 504f63c9..d4af33ad 100644 --- a/src/OpenIddict.Assets/project.json +++ b/src/OpenIddict.Assets/project.json @@ -22,7 +22,16 @@ "security" ], - "resource": [ "fonts/*", "scripts/*", "stylesheets/*" ], + "compilationOptions": { + "nowarn": [ "CS1591" ], + "xmlDoc": true + }, + + "resource": [ + "fonts/*", + "scripts/*", + "stylesheets/*" + ], "dependencies": { "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, diff --git a/src/OpenIddict.Core/project.json b/src/OpenIddict.Core/project.json index 2e0be4d7..4413eb1b 100644 --- a/src/OpenIddict.Core/project.json +++ b/src/OpenIddict.Core/project.json @@ -22,6 +22,11 @@ "security" ], + "compilationOptions": { + "nowarn": [ "CS1591" ], + "xmlDoc": true + }, + "dependencies": { "AspNet.Security.OpenIdConnect.Server": "1.0.0-*", "CryptoHelper": "1.0.0-rc2-build03", diff --git a/src/OpenIddict.EF/project.json b/src/OpenIddict.EF/project.json index 049e1e18..7ed1502b 100644 --- a/src/OpenIddict.EF/project.json +++ b/src/OpenIddict.EF/project.json @@ -22,6 +22,11 @@ "security" ], + "compilationOptions": { + "nowarn": [ "CS1591" ], + "xmlDoc": true + }, + "dependencies": { "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*", diff --git a/src/OpenIddict.Models/project.json b/src/OpenIddict.Models/project.json index 9818e034..527cf6e9 100644 --- a/src/OpenIddict.Models/project.json +++ b/src/OpenIddict.Models/project.json @@ -22,6 +22,11 @@ "security" ], + "compilationOptions": { + "nowarn": [ "CS1591" ], + "xmlDoc": true + }, + "frameworks": { "net451": { }, diff --git a/src/OpenIddict.Mvc/project.json b/src/OpenIddict.Mvc/project.json index 18c43713..08bde4bf 100644 --- a/src/OpenIddict.Mvc/project.json +++ b/src/OpenIddict.Mvc/project.json @@ -22,6 +22,11 @@ "security" ], + "compilationOptions": { + "nowarn": [ "CS1591" ], + "xmlDoc": true + }, + "resource": "Views/**", "dependencies": { diff --git a/src/OpenIddict.Security/project.json b/src/OpenIddict.Security/project.json index 6af4ca3a..8f211fc8 100644 --- a/src/OpenIddict.Security/project.json +++ b/src/OpenIddict.Security/project.json @@ -22,6 +22,11 @@ "security" ], + "compilationOptions": { + "nowarn": [ "CS1591" ], + "xmlDoc": true + }, + "dependencies": { "NWebsec": { "type": "build", "version": "1.0.0-internal-*" }, "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, diff --git a/src/OpenIddict/project.json b/src/OpenIddict/project.json index a63a8172..1130f3ff 100644 --- a/src/OpenIddict/project.json +++ b/src/OpenIddict/project.json @@ -22,6 +22,11 @@ "security" ], + "compilationOptions": { + "nowarn": [ "CS1591" ], + "xmlDoc": true + }, + "dependencies": { "JetBrains.Annotations": { "type": "build", "version": "10.1.2-eap" }, "OpenIddict.Assets": "1.0.0-*",