Code First 迁移:离线 PC 的 Alpha 3 安装
我想使用带有代码优先模式的增量数据库构建功能。 所以我正在查看这个 NuGet 链接..
- http://nuget.org/packages/entityframework.migrations
- 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..
- http://nuget.org/packages/entityframework.migrations
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的开发计算机无法访问 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.