Query: Connection is not closed after executing a query including a collection #6581
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
This might be by design, but it surprised me so I am filing a bug on it. Running the following simple query results in the connection remaining open after ToList has completed:
Output:
The connection is closed after the context is disposed. Including a reference does not leave the connection open.
Full repro with model:
The text was updated successfully, but these errors were encountered: