Disable some XML documentation warnings
Some projects have more warnings than I can fix.
This commit is contained in:
parent
b6f26ad7cc
commit
790a07222e
@ -3,6 +3,7 @@
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1570" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
|
@ -2,17 +2,18 @@
|
||||
"name": "Microsoft.PowerShell.Commands.Diagnostics",
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1591" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
"publicSign": false,
|
||||
"warningsAsErrors": true
|
||||
},
|
||||
|
||||
|
||||
"dependencies": {
|
||||
"System.Management.Automation": "1.0.0-*"
|
||||
},
|
||||
|
||||
|
||||
"frameworks": {
|
||||
"netstandard1.6": {
|
||||
"imports": [ "dnxcore50" ],
|
||||
|
@ -3,6 +3,7 @@
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1570" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
|
@ -3,6 +3,7 @@
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1570" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
|
@ -4,6 +4,7 @@
|
||||
"description": "PowerShell Host",
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1570" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
|
@ -3,6 +3,7 @@
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1591" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
|
@ -3,11 +3,12 @@
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1570" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
"publicSign": false,
|
||||
"warningsAsErrors": true,
|
||||
"warningsAsErrors": true
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
@ -3,6 +3,7 @@
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1570" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
|
@ -4,6 +4,7 @@
|
||||
"authors": [ "OPS" ],
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1570" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
|
@ -3,6 +3,7 @@
|
||||
"version": "1.0.0-*",
|
||||
|
||||
"buildOptions": {
|
||||
"nowarn": [ "CS1570", "CS1734" ],
|
||||
"xmlDoc": true,
|
||||
"keyFile": "../signing/visualstudiopublic.snk",
|
||||
"delaySign": true,
|
||||
|
Loading…
Reference in New Issue
Block a user