-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Description
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.
Reactions are currently unavailable