dotnet / dotnet/efcore

Basic support for DbDataSource

Open
#28,266 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.