aspnet / Templates

This repo is OBSOLETE - please see the README file for information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DesktopMan opened this issue · comments

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.

This issue was moved to aspnet/Templating#85