You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: