Turn on warnings as errors

This commit is contained in:
David Fowler 2016-09-25 12:25:12 -07:00
parent 67930753df
commit 78c859d7ea
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"nowarn": [ "nowarn": [
"CS1591" "CS1591"
], ],
"warningsAsErrors": true,
"xmlDoc": true "xmlDoc": true
}, },
"packOptions": { "packOptions": {

View File

@ -56,6 +56,7 @@
}, },
"buildOptions": { "buildOptions": {
"allowUnsafe": true, "allowUnsafe": true,
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
"CS1591" "CS1591"