The Wayback Machine - https://web.archive.org/web/20200714083018/https://github.com/topics/netcore3
Skip to content
#

netcore3

Here are 371 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 =

simplyvinay
simplyvinay commented Dec 4, 2019

This seems to be an issue on linux machines as far as I can tell. The demo website is running linux on a docker container and when you select certain regions ( Angolan Kwanza for example ) you get a The region name xx should not correspond to neutral culture; a specific culture name is required. (Parameter 'name') . The same region when selected on a dev box running windows, doesn't throw any er

Improve this page

Add a description, image, and links to the netcore3 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 netcore3 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.