-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
v12 - EF Core Alternate Provider Support #14135
Comments
Hi there @mroberts91! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
I think Umbraco is missing a great opportunity if it is not giving the possibility to add different providers. |
Heyo! 👋 Not sure I'm understanding the use-case here 😁 |
I am closing this as hopefully my comment has cleared up any questions! 🙏 |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
v12/feature/ef-core
Bug summary
As seen in recent commits to the
v12/feature/ef-core
branch, there was a removal of code from the EF Core Context extension methods that drops support for exposing theDbContextOptionsBuilder
, which would allow for the configuration of alternative EF Core Providers by consumers of the library.We were under the assumption/hoping that the addition of EF Core to the Umbraco Platform would include the ability to use the rich ecosystem of data store providers that EF Core provides. It appears, looking at the current feature, that EF Core will be restricted to Sqlite and SQL Server.
Exposing the
DbContextOptionsBuilder
would allow consumers to not be forced down the path of 2 data store providers as it currently sits with v11 and prior versions.Our main use case for alternative providers would be using the NPGSQL EF Core Provider.
Can you confirm that the use case of EF Core in Umbraco v12 will be limited to just Sqlite and SQL Server?
Specifics
No response
Steps to reproduce
Commit with the removal of
DbContextOptionsBuilder
commitExpected result / actual result
No response
The text was updated successfully, but these errors were encountered: