Code First 迁移:离线 PC 的 Alpha 3 安装

发布于 2024-12-24 23:30:22 字数 655 浏览 1 评论 0原文

我想使用带有代码优先模式的增量数据库构建功能。 所以我正在查看这个 NuGet 链接..

  1. http://nuget.org/packages/entityframework.migrations
  2. http://docs.nuget.org/docs/start-here/using-the-package-manager-console

之后,
我认为如果我的电脑离线且未连接到互联网,
然后我不知道如何安装这个API。

如果有人知道如何安装 Code First Migrations: Alpha 3 适用于离线电脑,
请告诉我方法。

I would like to use Incremental Database Building Feature with Code First Pattern.
So I am looking at this NuGet Link..

  1. http://nuget.org/packages/entityframework.migrations
  2. http://docs.nuget.org/docs/start-here/using-the-package-manager-console

After that,
I think that If my PC is offline which is not connected to Internet,
then I don't know how could I install this API.

If Someone know how to install Code First Migrations: Alpha 3 for offline pc,
Please let me know the way.

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

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

发布评论

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

评论(1

泡沫很甜 2024-12-31 23:30:22

如果您的开发计算机无法访问 Internet,您仍然可以通过使用本地源来使用 NuGet(请参阅 托管您自己的 Nuget Feed)。设置本地源后,将需要的任何 nupkg 文件复制到源的源目录中,并继续在项目中正常使用 NuGet。

If your development computer doesn't have access to the internet, you can still make use of NuGet by using a local feed (see Hosting Your Own Nuget Feeds). After you set up a local feed, copy any nupkg files you'll need into the feed's source directory and continue to use NuGet as normal in your projects.

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