System.Data.SqlClient removed as a default namespace in LINQPad 6?
Joe, in the UserVoice suggestion “Show the default namespaces and assembly references in the query properties”, you said:
I notice that the
In LINQPad 6, you can now see all namespace imports in Query Properties, and remove default namespaces as required.
System.Data.SqlClient
namespace no longer appears as a default, when it's been there in previous versions. Wouldn't this break older scripts using types from that namespace?
Comments
However, System.Data.SqlClient isn't dead. It's not a breaking change, per se, unless I missed some news. It's just that Microsoft.Data.SqlClient is being promoted as the “flagship data access driver for SQL Server going forward.”