-
Notifications
You must be signed in to change notification settings - Fork 127
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
Enhancement: Remove System.Data.SqlClient reference from RepoDB.SqlServer #857
Comments
This is true and I agree to this as well. Though it is easy to remove the references towards the SDS, but it is not as simple as that. We are afraid that we might affect some of the users if we are to remove this without the proper acceptance from the community. Maybe, I will bring this question to the community itself and will ensure this will be implemented on the next releases. |
The System.Data.SqlClient will be removed on the next version of RepoDb.SqlServer (or > v1.1.4). |
#857 Complete removal of the System.Data.SqlClient from the RepoDb.SqlServer.BulkOperations.
Describe the enhancement
Since RepoDB.SqlServer already has a reference to Microsoft.Data.SqlClient, it would be nice to not also have a reference to System.Data.SqlClient. Currently, the output (bin) folder of an application using RepoDB.SqlServer will have assemblies and dependencies for both Microsoft.Data.SqlClient AND System.Data.SqlClient.
The text was updated successfully, but these errors were encountered: