Open
Description
For some reason this project cannot run the dotnet ef database update Localization --context localizationModelContext
It gives an error Keyword not supported: 'initial catalog'. or Keyword not supported: 'server' according the connectionstring you use.
"ConnectionString": "Server=(localdb)\mssqllocaldb;Database=LocalizationDb;Trusted_Connection=True;MultipleActiveResultSets=true"
"providerName": "System.Data.SqlClient"
"ConnectionString": "Data Source=(localdb)\mssqllocaldb;Initial Catalog=LocalizationDb;Trusted_Connection=True;MultipleActiveResultSets=true",
"providerName": "System.Data.SqlClient"