Skip to content

Basic support for DbDataSource #28266

@roji

Description

@roji

The new DbDataSource ADO.NET abstraction has been added to the runtime (dotnet/runtime#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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions