有关使用实体框架分支/合并项目的任何担忧

发布于 2024-08-17 01:22:20 字数 124 浏览 4 评论 0原文

我即将分支一个使用 EF 的项目。我知道主干会有一点变化,分支也会有很多变化。我需要不时地将更改从主干合并到分支中。

我不关心使用 EF 对象(Linq to Entities)的直接 C# 代码,我关心实体模型本身?

I'm about to branch a project that uses EF. I know that there will be a modicum of changes in the trunk, as well as many changes in the branch. I will need to merge in changes from the trunk into the branch from time to time.

I'm not concerned about the straight up C# code that usese EF objects (Linq to Entities) I'm concerned about the entity model itself?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小耗子 2024-08-24 01:22:20

EF 实体模型的分支/合并/并发开发故事是一个众所周知的痛点。我认为在自动合并失败的情况下,您只需要手动合并差异。或者,您可以使用 EF 4 中添加的仅代码方法,完全忘记实体模型。

如果您还没有查看过此相关问题,您可能想查看一下:

Entity Framework Merge Nightmare

The branching / merging / and concurrent development story for EF entity models is a known sore spot. I think you are just going to have to manually merge the differences in the cases when automerge fails. Alternatively, you could go with the code only approach added in EF 4 and forget about entity models altogether.

You may want to check out this related question if you haven't already:

Entity Framework Merge Nightmare

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文