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": [
"CS1591"
],
"warningsAsErrors": true,
"xmlDoc": true
},
"packOptions": {

View File

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