-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Changes in EF Core 1.1 break Npgsql 1.0 provider #6768
Comments
Note for triage: I am not entirely surprised by this. I think we just need to decide explicitly if EF Core 1.1 will require new provider versions to work. |
We've been explicitly making changes so that providers do not need to recompile. So we should fix this. |
Sounds good to me. |
We discussed this with @rowanmiller and @ajcvickers and we will aim for binary compatibility for providers. |
Steps to reproduce
install-package Microsoft.Entityframeworkcore.Relational -pre
form recent 1.1.0 feedinstall-package Npgsql.EntityFrameworkCore.PostgreSQL
from NuGet.org feedThe issue
The line that calls
context.Database.EnsureCreated()
throwsFurther technical details
EF Core version: id=1.1.0-alpha1-22402
Operating system: Windows 10 1607
Visual Studio version: VS 2015 Update 3
The text was updated successfully, but these errors were encountered: