How to replace/expand environmental variables in AppSettings.json/DbContext for resolving local paths to SQLite while allowing overwrites of the path?
I have basically followed two docs. This simple here just explains a very simple EF SqLite configuration where DbContext
just hardcodes .UseSqlite
with a local path to “local application data”. Here the relevant snippet: