-
Notifications
You must be signed in to change notification settings - Fork 146
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
Microsoft.Data.SqlClient with SSDT? #751
Comments
I'm currently facing the exact same issue. @NickDarvey did you find a solution for this? |
The AFAIK, the only way to use |
I didn't, sorry @ratsclub |
@JordanMarr I would rather create a new one than change MSSQLSERVER_SSDT or has some kind of parameter to combine these... Microsoft.Data.SqlClient brings a huge dependency network #724 (comment), and if you look inside of it, mostly what it does is forwarding types to the old System.Data.SqlClient. |
The version 1.3.5 is now using Microsoft.Data.SqlClient on .Net6.0 and .NetStandard 2.1, |
Description
I'm wanting to use Microsoft.Data.SqlClient with the SSDT Provider. The documentation say I need to use
MSSQLSERVER_DYNAMIC
, but is it possible withMSSQLSERVER_SSDT
?I've read the instructions in #645 and included the appropriate assemblies in a folder and set it as the
resolutionPath
. However, it fails trying to load System.Data.SqlClient.Repro steps
Expected behaviour
Please provide a description of the behaviour you expect.
Actual behaviour
Known workarounds
None.
Related information
The text was updated successfully, but these errors were encountered: