dotnet / SqlClient

Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
MIT License
817 stars 271 forks source link

Exposing internals of SqlClient for Unittesting #2585

Open saurabh500 opened 2 weeks ago

saurabh500 commented 2 weeks ago

The PR exposes the internals of SqlClient to a Unit Tests project.

I considered exposing the internals to FunctionalTests, but there were Type ambiguities found. This would have required a significant refactoring of the client.

As a result, I went ahead with creating a new project.

Next steps: Get this project to run as part of the pipeline.