Commit 6858e96
authored
Adding SqlPackage Service for supporting Sqlpackage command generation changes (#2556)
* Inital changes: sqlpakcage service with nuget import
* fixing build errors
* adding hint path to use the hybrid package and updated sqlpakcage service
* new updates
* adding test with generic command generation
* latest updates with serialized params
* still have different API method calls
* making the API to generic
* final changes
* refactoring by reusing targetFx variable
* keeping the sqlpackage command line result separate
* removing hintpatha nd using core nuget
* fixing build and tests with sqlpackage .core Nuget
* using new nuget version
* adding command line args DTO
* fixing the issues
* using Builder with latest nuget and updated tests
* refactoring and cpturing the sqlpackage exception
* adding XML comments for the methods
* adding masked option to the command request
* updating sqlpackage core nuget version
* Temporarily adding the Nuget for PR validations, will remove once the nuget publicly available
* Refactoring itno simple classes
* test fixes
* removing local nuget, the core nuget is published to nuget org
* removing the duplicated commandlineArgs and inheriting from the dacfx cmdArgs
* adding loc string and removed undo batchparser change
* vbump core nuget with the latest iteration1 parent 75c3281 commit 6858e96
File tree
21 files changed
+636
-10
lines changed- src
- Microsoft.Kusto.ServiceLayer/Localization
- Microsoft.SqlTools.Credentials/Localization
- Microsoft.SqlTools.Hosting/Localization
- Microsoft.SqlTools.ManagedBatchParser/Localization
- Microsoft.SqlTools.ResourceProvider.Core/Localization
- Microsoft.SqlTools.ResourceProvider.DefaultImpl/Localization
- Microsoft.SqlTools.ServiceLayer
- DacFx/Contracts
- Localization
- SqlPackage
- Contracts
- Microsoft.SqlTools.SqlCore/Localization
- test/Microsoft.SqlTools.ServiceLayer.UnitTests
- SqlPackage
21 files changed
+636
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | | - | |
| 93 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
286 | 303 | | |
287 | 304 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
1623 | 1623 | | |
1624 | 1624 | | |
1625 | 1625 | | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
1626 | 1634 | | |
1627 | 1635 | | |
1628 | 1636 | | |
| |||
11740 | 11748 | | |
11741 | 11749 | | |
11742 | 11750 | | |
| 11751 | + | |
| 11752 | + | |
| 11753 | + | |
11743 | 11754 | | |
11744 | 11755 | | |
11745 | 11756 | | |
| |||
0 commit comments