Turn on warnings as errors
This commit is contained in:
parent
67930753df
commit
78c859d7ea
|
|
@ -6,6 +6,7 @@
|
||||||
"nowarn": [
|
"nowarn": [
|
||||||
"CS1591"
|
"CS1591"
|
||||||
],
|
],
|
||||||
|
"warningsAsErrors": true,
|
||||||
"xmlDoc": true
|
"xmlDoc": true
|
||||||
},
|
},
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"allowUnsafe": true,
|
"allowUnsafe": true,
|
||||||
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
"nowarn": [
|
"nowarn": [
|
||||||
"CS1591"
|
"CS1591"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue