-
Notifications
You must be signed in to change notification settings - Fork 9
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
SapientGuardian + ASP Net Core 2.0 preview #56
Comments
Did you jump Microsoft.EntityFrameworkCore to a newer version? It looks like that Clone method was added, abstract, in dotnet/efcore@09b1503#diff-87e1640e3a0196093b5f92e903872b28R31. |
Aww, looks like it. |
Has anyone got a work around for this issue? |
Now that .net core 2 has been release in preview, I took a look to see what it would take to upgrade this library to link against EF Core 2, and it turns out to be a lot of work. Far more than just this particular missing method, there are entire classes that have been removed in favor of providers implementing their own, on top of some other minor changes in method signatures that would need to be addressed. And even if all of that work was done, it wouldn't fix any of the outstanding bugs we currently have logged for this project. In short, the only way this library is going to support EF Core 2 is if someone submits a PR to do it. While it doesn't look like the Pomelo folks are supporting 2.0 yet either, they are much more active in maintaining their library, so I'd keep an eye on them and consider switching over. |
Heya!
I'm planning on using your Framework in a ASP Net Core 2.0 preview project.
Sadly on running the project i'm encountering this error:
I could implement the function myself, but sadly I don't have a clue where.
Any Ideas?
Thanks,
Marvin
The text was updated successfully, but these errors were encountered: