My appsetting.json looks like this.
“ConnectionStrings”: {
“DefaultConnection”: “Server=(localdb)\MSSQLLocalDB;Database=QuickApp;Trusted_Connection=True;MultipleActiveResultSets=true”
},
The project builds successfully but I can’t see the database and any tables in MySQL Server Management Studio.
Can you help me, please?