mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 09:35:37 -05:00
Change to pass Schema compare Operation id from ADS (#828)
* Changing that SC Operation id be passed from ADS and some test addition * Fixing typos
This commit is contained in:
@@ -74,10 +74,10 @@ namespace Microsoft.SqlTools.ServiceLayer.SchemaCompare
|
||||
|
||||
try
|
||||
{
|
||||
SchemaComparison compare = new SchemaComparison(this.Parameters.filePath);
|
||||
SchemaComparison compare = new SchemaComparison(this.Parameters.FilePath);
|
||||
|
||||
// load xml file because some parsing still needs to be done
|
||||
this.scmpInfo = XDocument.Load(this.Parameters.filePath);
|
||||
this.scmpInfo = XDocument.Load(this.Parameters.FilePath);
|
||||
|
||||
this.Result = new SchemaCompareOpenScmpResult()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user