2
Hello, I am trying to create a database with SQL Server using the Entity Framework Core, but this presenting the following error:
Keyword not supported: 'initial Catalog'.
Does anyone know what it can be?
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=DESKTOP-DVLQUI3/SQLEXPRESS;Initial Catalog=Tarefas;Integrated Security=True"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}
Initial Catalog is not a supported keyword ?!?!?!
– Rovann Linhalis