Skip to content
#

entity-framework

Here are 1,946 public repositories matching this topic...

lugospod
lugospod commented Nov 6, 2020

EF Core uses a class Migration, and if you add a new migration with name "Migration" it will break the build.

dotnet ef migrations add Migration

results with Circular base class dependency involving 'Migration' and 'Migration'

I recommend that "migrations add" adds a validation for this...

Include stack traces

Migrations/20201106105308_Migration.cs(6,26): error CS0146: Circul

napei
napei commented Nov 26, 2020

I ran into this when trying to index the id field of all my schemas, which was derived from a base mixin.

I am getting entc/gen: invalid index for schema "User": unknown index field "id" for that field, even though I know it exists and so does the database.

I tested, and this is present when the id field is not provided (default), when it is explicitly defined in the schema, and when it

DncZeus 是一个基于ASP.NET Core 3 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 3 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):

  • Updated Aug 7, 2020
  • C#

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from

  • Updated Nov 10, 2020
  • C#

Improve this page

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

Learn more

You can’t perform that action at this time.