Including SQLite DB file with data in the UWP application
问题 I'm trying to include a SQLite file with the UWP application. SQLite file has a number of tables in it populated with data. The database (for now, at least) is read-only and I'm planning to use EF Core to access the data. So i have two questions: What is the correct way to bundle this file with the application. How do I compose the file path to access that file from UWP applciation? Setting .sqlite file's "Copy to output directory" setting to "Copy always" seems to copy the file to bin folder