Feature/reliable connection tests (#102)

* Ported ReliableConnectionTests from DacFx and added a few more tests

* Fix style

* Created integration tests configuration and fixed minor test issue
This commit is contained in:
Mitchell Sternke
2016-10-18 12:19:16 -07:00
committed by GitHub
parent 3443e9bcf7
commit a3335708c6
4 changed files with 354 additions and 2 deletions

View File

@@ -4,6 +4,15 @@
"buildOptions": {
"debugType": "portable"
},
"configurations": {
"Integration": {
"buildOptions": {
"define": [
"LIVE_CONNECTION_TESTS"
]
}
}
},
"dependencies": {
"Newtonsoft.Json": "9.0.1",
"System.Runtime.Serialization.Primitives": "4.1.1",