Where is the EDMX

前端 未结 4 1065
清酒与你
清酒与你 2020-12-31 00:53

Getting exposed to dotnet Core. In a sample test application trying to setup EntityFramework.Core in dotnet core app. While I was able to add the EntityFramework.Core NugG

4条回答
  •  自闭症患者
    2020-12-31 01:29

    There is no edmx support in Entity Framework Core. It only supports a code-first approach. The option to add a new Entity Data Model will be added, but it will produce entity class files instead of an edmx file. The tooling development is a little bit behind the framework development currently.

提交回复
热议问题