实体框架模型在反向工程后无法使用。如何解决这个问题?

发布于 2025-01-19 22:38:56 字数 651 浏览 0 评论 0原文

我尝试使用如上所述在这里。由于几个表结构的变化,我不得不这样做。此后,尽管文件夹结构是相同的,但模型并未被认为是可用资源。这是文件夹结构:

-Data
--- DBContexts
------ ContextFile.cs
--- Models
------ Entity.cs

我运行了该过程的以下命令:

Scaffold-DbContext '<connection-string>' Npgsql.EntityFrameworkCore.PostgreSQL -contextdir Data/DbContexts -outputdir Data/Models -context ContextFile -Force

我必须使用-force标志来覆盖先前生成的模型。

当我尝试使用模型时,我会遇到以下错误: 找不到类型或名称名称。

I tried to use the reverse engineering method as mentioned here. I had to do that because of the changes in a few table structures. After this, the models are not recognized as available resources, although the folder structure is the same. This is the folder structure:

-Data
--- DBContexts
------ ContextFile.cs
--- Models
------ Entity.cs

I ran the following command for the process:

Scaffold-DbContext '<connection-string>' Npgsql.EntityFrameworkCore.PostgreSQL -contextdir Data/DbContexts -outputdir Data/Models -context ContextFile -Force

I had to use the -Force flag to overwrite the previous generated models.

I am getting the following error when I try to use the models:
type or namespace name could not be found.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文