Skip to content
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

Missing Microsoft.EntityFrameworkCore.SqlServer.Design preview2 #9129

Closed
colltoaction opened this issue Jul 10, 2017 · 2 comments
Closed

Missing Microsoft.EntityFrameworkCore.SqlServer.Design preview2 #9129

colltoaction opened this issue Jul 10, 2017 · 2 comments
Labels
closed-no-further-action The issue is closed and no further action is planned.

Comments

@colltoaction
Copy link
Contributor

There is no preview2 package published in Nuget for Microsoft.EntityFrameworkCore.SqlServer.Design.

If you mix the preview1 package with Microsoft.EntityFrameworkCore.Design preview2 you can get missing method exceptions such as:

System.MissingMethodException: Method not found: 'Microsoft.EntityFrameworkCore.Infrastructure.WarningsConfiguration Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension.get_WarningsConfiguration()'.
   at Microsoft.EntityFrameworkCore.SqlServerDbContextOptionsExtensions.ConfigureWarnings(DbContextOptionsBuilder optionsBuilder)
   at Microsoft.EntityFrameworkCore.SqlServerDbContextOptionsExtensions.UseSqlServer(DbContextOptionsBuilder optionsBuilder, String connectionString, Action`1 sqlServerOptionsAction)
@smitpatel
Copy link
Contributor

See #8923 (comment)

@colltoaction
Copy link
Contributor Author

colltoaction commented Jul 10, 2017 via email

@smitpatel smitpatel added the closed-no-further-action The issue is closed and no further action is planned. label Jul 10, 2017
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-no-further-action The issue is closed and no further action is planned.
Projects
None yet
Development

No branches or pull requests

3 participants