-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providers
Description
ASP.NET Core includes a caching provider and tool that uses System.Data.SqlClient, and perhaps there are other ways ASP.NET Core depends on SqlClient that I am not aware of.
Now that Microsoft.Data.SqlClient is available in NuGet, and EF Core will be upgraded to it in 3.0, we could consider upgrading to it as well.
Although the two providers can coexist in the same application, it would ideal to avoid the duplication.
On the hand, Microsoft.Data.SqlClient should probably be considered even more of an out-of-band dependency than System.Data.SqlClient, in the sense that it doesn't build from source in CoreFx. Maybe additional caution is required because of this, and perhaps we should avoid including it the shared framework.
Metadata
Metadata
Assignees
Labels
area-identityIncludes: Identity and providersIncludes: Identity and providers