diff --git a/Packages.props b/Packages.props
index 43f5fb4c..1eef4418 100644
--- a/Packages.props
+++ b/Packages.props
@@ -29,7 +29,7 @@
-
+
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
index 7f6d072f..1a51ae03 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.cs
@@ -11388,6 +11388,11 @@ namespace Microsoft.SqlTools.ServiceLayer
return Keys.GetString(Keys.PropertyNotInitialized, propertyName);
}
+ public static string InvalidDspFormatError(string dsp)
+ {
+ return Keys.GetString(Keys.InvalidDspFormatError, dsp);
+ }
+
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Keys
{
@@ -15758,6 +15763,9 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string PropertyNotInitialized = "PropertyNotInitialized";
+ public const string InvalidDspFormatError = "InvalidDspFormatError";
+
+
private Keys()
{ }
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
index b98ab7b9..25c4f132 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
@@ -6028,4 +6028,9 @@ The Query Processor estimates that implementing the following index could improv
.
Parameters: 0 - propertyName (string)
+
+ Invalid value for Database Schema Provider: '{0}'; expected to be in the form 'Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider'.
+ .
+ Parameters: 0 - dsp (string)
+
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
index 7a283440..e5e76842 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings
@@ -2426,5 +2426,9 @@ HyperscaleAzureEdition = Hyperscale
#############################################################################
# Server Properties
-############################################################################
-PropertyNotInitialized(string propertyName) = Property '{0}' was set before initialization.
\ No newline at end of file
+PropertyNotInitialized(string propertyName) = Property '{0}' was set before initialization.
+
+#############################################################################
+# SqlProjects
+
+InvalidDspFormatError(string dsp) = Invalid value for Database Schema Provider: '{0}'; expected to be in the form 'Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider'.
\ No newline at end of file
diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
index cd93d006..9a293c41 100644
--- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
+++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
@@ -7364,6 +7364,12 @@ The Query Processor estimates that implementing the following index could improv
7 Days
+
+ Invalid value for Database Schema Provider: '{0}'; expected to be in the form 'Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider'.
+ Invalid value for Database Schema Provider: '{0}'; expected to be in the form 'Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider'.
+ .
+ Parameters: 0 - dsp (string)
+