mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 09:35:37 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user