Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't expose ICurrentDbContext on QueryCompilationContextDependencies #17845

Closed
AndriySvyryd opened this issue Sep 14, 2019 · 1 comment · Fixed by #18973
Closed

Don't expose ICurrentDbContext on QueryCompilationContextDependencies #17845

AndriySvyryd opened this issue Sep 14, 2019 · 1 comment · Fixed by #18973
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. providers-beware type-cleanup
Milestone

Comments

@AndriySvyryd
Copy link
Member

Only the type of the context is actually used

@smitpatel
Copy link
Contributor

We also used ChangeTracker from Context.
IsTracking = context.ChangeTracker.QueryTrackingBehavior == QueryTrackingBehavior.TrackAll;

@smitpatel smitpatel modified the milestones: Backlog, 5.0.0 Nov 19, 2019
@smitpatel smitpatel added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed propose-close labels Nov 19, 2019
smitpatel added a commit that referenced this issue Nov 19, 2019
smitpatel added a commit that referenced this issue Nov 19, 2019
smitpatel added a commit that referenced this issue Nov 19, 2019
@ajcvickers ajcvickers modified the milestones: 5.0.0, 5.0.0-preview1 Mar 13, 2020
@ajcvickers ajcvickers modified the milestones: 5.0.0-preview1, 5.0.0 Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. providers-beware type-cleanup
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants