mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 09:35:38 -05:00
Fix invalid dacpac version crashing sqltoolsservice (#789)
* fix invalid dacpac version crashing sqltoolsservice
This commit is contained in:
@@ -782,4 +782,8 @@ JobServerIsNotAvailable = Job server is not available
|
||||
|
||||
NeverBackedUp = Never
|
||||
Error_InvalidDirectoryName = Path {0} is not a valid directory
|
||||
Error_ExistingDirectoryName = For directory {0} a file with name {1} already exist
|
||||
Error_ExistingDirectoryName = For directory {0} a file with name {1} already exist
|
||||
|
||||
############################################################################
|
||||
# DacFx
|
||||
ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.
|
||||
Reference in New Issue
Block a user