Browse Source

Enable XML documentation generation

pull/80/head
Kévin Chalet 11 years ago
parent
commit
65dbb03b3c
  1. 11
      src/OpenIddict.Assets/project.json
  2. 5
      src/OpenIddict.Core/project.json
  3. 5
      src/OpenIddict.EF/project.json
  4. 5
      src/OpenIddict.Models/project.json
  5. 5
      src/OpenIddict.Mvc/project.json
  6. 5
      src/OpenIddict.Security/project.json
  7. 5
      src/OpenIddict/project.json

11
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" },

5
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",

5
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-*",

5
src/OpenIddict.Models/project.json

@ -22,6 +22,11 @@
"security"
],
"compilationOptions": {
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"frameworks": {
"net451": { },

5
src/OpenIddict.Mvc/project.json

@ -22,6 +22,11 @@
"security"
],
"compilationOptions": {
"nowarn": [ "CS1591" ],
"xmlDoc": true
},
"resource": "Views/**",
"dependencies": {

5
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" },

5
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-*",

Loading…
Cancel
Save