aspnet / Templates

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

Core MVC template database file name starts with a backslash on Linux/Mac #840

Closed DesktopMan closed 7 years ago

DesktopMan commented 7 years ago

From the template's appsettings.json:

"DefaultConnection": "DataSource=.\\test.db"

This has two presumably unintentional consequences: The file becomes hidden and the name starts with a backslash. My students had trouble finding the file to inspect it until I pointed this out.

Eilon commented 7 years ago

This issue was moved to aspnet/templating#85