Basic support for DbDataSource
Open
area-dbcontext
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
The new DbDataSource ADO.NET abstraction has been added to the runtime (https://github.com/dotnet/runtime/issues/64812). This issue tracks adding the minimal support needed for it in EF Core, i.e. allowing UseSqlServer to accept a data source instead of a connection string (or DbConnection). If a data source is provided, creation of a DbConnection would simply default to getting the connection from that data source.
Contributor guide
Assessment
This issue has not been assessed yet.