Runtime: System.Data.SqlClient still uses the non-generic collections

Created on 11 Apr 2016  ·  1Comment  ·  Source: dotnet/runtime

A quick GitHub search shows that System.Collections.Specialized and System.Data.SqlClient are the only non-test assemblies still dependent on the non-generic collections. While it's kind of inevitable for the specialized collections since it contains a lot of legacy code, it appears from this PR that we can remove System.Collections.NonGeneric from the SqlClient implementation, since it's not exposed to callers.

This is a tracking issue I'm opening up to remove the dependency from SqlClient.

area-System.Data.SqlClient bug

Most helpful comment

I have a PR that's almost ready that removes the dependency.

>All comments

I have a PR that's almost ready that removes the dependency.

Was this page helpful?
0 / 5 - 0 ratings