Allow transfer of ownership of DbConnection from application to DbContext #24199
Labels
area-dbcontext
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
ef6-parity
providers-beware
type-enhancement
Milestone
The defaults:
The proposal here is to allow an application to pass ownership of the DbConnection to DbContext so that DbContext will handle disposing it. This existing in EF6, and we just saw a customer scenario where this would be very useful in EF Core.
The text was updated successfully, but these errors were encountered: