Skip to content
#

efcore

Here are 267 public repositories matching this topic...

基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~

  • Updated Jun 24, 2020
  • C#
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 =

garfieldos
garfieldos commented Dec 19, 2016

Should migrations work properly on EF 1.1 ?

I use:

"SapientGuardian.EntityFrameworkCore.MySql" : "7.1.15"
"Microsoft.EntityFrameworkCore": "1.1.0",

after invoking update db command:

dotnet ef database update --context DbContextClassName

if get:

System.NotImplementedException: The method or operation is not implemented.
   at MySQL.Data.Entity.Migrations.

Improve this page

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

Learn more

You can’t perform that action at this time.