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

Support for Microsoft.Data.SqlClient #2038

Closed
timomta opened this issue Oct 3, 2022 · 1 comment
Closed

Support for Microsoft.Data.SqlClient #2038

timomta opened this issue Oct 3, 2022 · 1 comment

Comments

@timomta
Copy link

timomta commented Oct 3, 2022

Hello,
I'm trying to move an application to Azure PaaS and leverage AAD auth to SQL MI. The application is .Net 4.8 full framework and is using EF 6. We're hitting lack of support in System.Data.SqlClient for the AAD Authentication keyword(s) in the connection string. We need to use Microsoft.Data.SqlClient.
It is too much of a lift to convert the application to .Net Core and EF.
I see a lot of traffic over a few years in this issue on the topic: #823
There is a call out here that support for it is part of the limited EF6 roadmap: #1935
There is also some text in the roadmap that says it will be added "this year": https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/plan#theme-clear-path-forward-from-ef6
"we plan to make it clear on the legacy EF6 GitHub repo that we are not planning any future work on EF6. The exception to this is that we plan to add support for using EF6 with Microsoft.Data.SqlClient. This will be limited to runtime support. "

Has the mentioned planned support been added for Microsoft.Data.SqlClient in EF6?

@ErikEJ
Copy link
Contributor

ErikEJ commented Oct 3, 2022

Duplicate of #823 - and you can use my package today. Plan is to release official package this year.

@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants