我刚刚从EF7中克隆了GitHub代码,打开了解决方案,发现了许多错误,大部分没有找到类/接口。我想这可能是因为一些笨蛋失踪了,但事实并非如此。没有引用在左下角有典型的警告标志,但是仍然有很多代码没有考虑到.重要的接口,如ILogger和其他接口。
那我做错什么了?我是不是忘了什么?我需要下载/安装其他包吗?
发布于 2015-12-10 17:42:44
0:安装Visual 2015 (例如免费社区版)
1:克隆回购
git clone https://github.com/aspnet/EntityFramework.git2:跑:
build initialize 这里提供说明:https://github.com/aspnet/EntityFramework/wiki/Getting-and-Building-the-Code
https://stackoverflow.com/questions/34206572
复制相似问题