-
Notifications
You must be signed in to change notification settings - Fork 390
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
Upgrade to 2.0.0-preview #282
Comments
What is the progress of this issue?I think I really need it to support dotnet core 2.0. |
I want to check it out but the instructions here say
I have a lot of projects that rely on 1.x. Is 2.0 backwards compatible with 1? If so I can give this a shot. |
Entity Framework Core 2.0 will only target .NET Standard 2.0
This means that in-turn, |
The Sapient Guardian team say that there are going to be significant issues upgrading from 1.1 to 2.0. |
@labiraus it's doable. I'll have a better timeline in a day or two, I'm going to start taking an initial look at this now. We'll have a 2.0.0 RTM a couple weeks after upstream entity framework does. I'd like to get a preview out on nuget within a couple weeks. |
So it is going to be a fair amount of work to update to
I don't think it's worth starting work until
Really it's just a case of waiting until I can work on the |
I've begun work on this in a 2.0.0-wip branch on my fork, targeting the nightly Once I have it compiling and tests passing locally, I'll merge it over. Hopefully that will be in a couple weeks. |
@caleblloyd FWIW, if you encounter issues Diego Vega at MSFT suggested these avenues for assistance:
|
Need a 2.0.0-preview1 release |
@kagamine I'm skipping straight to EF.Relational 2.0.0-preview2. Too much BC breakage between 2.0.0-preview1 and 2.0.0-preview2 |
Ok, so how about create a dev branch for merging your works into it and continous integrate it in MyGet? |
I'm trying to get it to compile in a branch on my fork right now. Lots of changes in 2.0.0 upstream, going to take me another week or two. I'll PR it over to a dev branch once I get it to compile.
We are now committing 2.0 updates to the |
I've created a little bounty for this issue as I'd very much like to try out a stable version with .net core 2.0. https://www.bountysource.com/issues/45444603-upgrade-to-2-0-0-preview |
@JonasKlose thanks. I'd like to encourage anyone who isn't already contributing to take a look at the 2.0.0 milestone The biggest area right now is scaffolding, which has undergone many updates and is in need of revamp: #289 We are making our 2.0 updates to the |
https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/2.0.0-preview2-10028-unstable Don't use unstable package in production env. There are 20 unit test cases unpassed. |
@JonasKlose Please cancel the bounty. Pomelo Foundation will implement your requirements for free. We have already published an unstable release and the stable one will come soon. Thanks for your support. |
The first Please use build tag It should be a straightforward update from 1.x. You need to NetStandard 2.0 support, you can get that at the .NET Core 2.0 Preview website for .NET Core or enable it in Visual Studio for .NET Framework 4.6.1 and up. Note you must target All of the EF tools also have to be brought up to Try it out and open any issues you may find! We'd like to harden |
No description provided.
The text was updated successfully, but these errors were encountered: