EF CORE 8 failed to connect sqlite database file for .net web app in linux server
it created a dbcontext with no tables in memory but did not go to connect the existing database file. How can make ef connect the database file like in the windows?
it created a dbcontext with no tables in memory but did not go to connect the existing database file. How can make ef connect the database file like in the windows? Read More