aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Fix item template for appsettings.json #589

Closed davidfowl closed 8 years ago

davidfowl commented 8 years ago

This is what the item template generates:

{
  "Data": {
    "DefaultConnection": {
      "ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=_CHANGE_ME;Trusted_Connection=True;"
    }
  }
}

This is what the project template has:

{
  "ConnectionStrings": {
    "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-WebApplication37-7ae3cc9d-ec9e-4757-901a-c16a7e3e6f52;Trusted_Connection=True;MultipleActiveResultSets=true"
  }
}
phenning commented 8 years ago

TFS 228393

phenning commented 8 years ago

Fix is in