Skip to content
#

aspnetcore3

Here are 30 public repositories matching this topic...

joashTheCoder
joashTheCoder commented May 1, 2020

in the Documentation it says that the connectionString will be specified in the OnConfiguring like so

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite(ConnectionString);
base.OnConfiguring(optionsBuilder);
}

and i also followed the dataIsolation sample

this is inside setupDb()

var ti =

Improve this page

Add a description, image, and links to the aspnetcore3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore3 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.