-
-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build the Z.EntityFramework.Plus.EFCore project #37
Comments
Hello Terry, That's very strange, do you think you could provide me a project sample with this issue? That is probably the fastest and easiest way for me to discover what's missing. Best Regards, Jonathan |
I just opened your solution file. All other variants of the project could build. Sent from my iPhone
|
Hello Terry, Is this possible this issue only happen because you do not have the latest version of .NET Core installed? All I found similar to this is thread about people not having the latest version |
Possible. Totally green in .NET Core. I'll go look to see how to install the latest version (unless you know a quick command). |
Probably simply removing the project from the solution will be the best thing to do since you don't need it ;) |
Yeah, except I would rather make jump to CORE instead of EF6 I think. Will investigate more. |
That's strictly my opinion, but I don't recommend using EF Core yet... |
You definitely would know better than me...any blog posts or anything with your commentary to read? |
I have not read any blog talking about it but here is a short list of irritants:
You can see the EF Core Roadmap here If you look at the Issue Tracker for EF Core, you will discover a lot of issues that may happen in a common scenario. EF6 is not perfect, but at least it's pretty stable. |
Closing: The issue has nothing to do with our library, the latest version of .NET Core is not installed (Feel free to re-open the issue if I'm wrong) |
Closer. Could you give me a little guidance. I installed VS .NET Core Tooling and now I get:
Should I just remove signing? Or is there a snk file I should be using? For now, I just removed the snk from the project.json and I was able to build. |
Yes, you should remove the signing since the snk file will never be public. |
I downloaded the latest source and when I open it up in VS 2015 Community, I get the following errors in project.json:
The dependency Microsoft.Extensions.Logging 1.0.0 in project Z.EntityFramework.Plus.EFCore does not support framework .NETFramework,Version=v4.5.1.
The dependency Microsoft.Extensions.DependencyInjection.Abstractions 1.0.0 in project Z.EntityFramework.Plus.EFCore does not support framework .NETFramework,Version=v4.5.1.
The dependency Microsoft.Extensions.DependencyInjection 1.0.0 in project Z.EntityFramework.Plus.EFCore does not support framework .NETFramework,Version=v4.5.1.
The dependency Microsoft.Extensions.Options 1.0.0 in project Z.EntityFramework.Plus.EFCore does not support framework .NETFramework,Version=v4.5.1.
The dependency Microsoft.Extensions.Caching.Abstractions 1.0.0 in project Z.EntityFramework.Plus.EFCore does not support framework .NETFramework,Version=v4.5.1.
The dependency Microsoft.NETCore.Platforms 1.0.1 in project Z.EntityFramework.Plus.EFCore does not support framework .NETFramework,Version=v4.5.1.
And am unable to build the project. Is there something I'm missing?
The text was updated successfully, but these errors were encountered: