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

DbContext: Make AddAsync and AddRangeAsync really async #7446

Closed
ajcvickers opened this issue Jan 19, 2017 · 0 comments
Closed

DbContext: Make AddAsync and AddRangeAsync really async #7446

ajcvickers opened this issue Jan 19, 2017 · 0 comments
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@ajcvickers
Copy link
Contributor

The safe fix for #7298 made these async methods always execute synchronously. This issue tracks adding the needed changes to the graph methods to make them really async again.

@ajcvickers ajcvickers self-assigned this Jan 19, 2017
@ajcvickers ajcvickers added this to the 2.0.0 milestone Jan 19, 2017
ajcvickers added a commit that referenced this issue Jan 19, 2017
ajcvickers added a commit that referenced this issue Jan 20, 2017
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Jan 20, 2017
@ajcvickers ajcvickers changed the title Make AddAsync and AddRangeAsync really async DbContext: Make AddAsync and AddRangeAsync really async May 9, 2017
@divega divega added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. labels May 10, 2017
@ajcvickers ajcvickers modified the milestones: 2.0.0-preview1, 2.0.0 Oct 15, 2022
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
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. type-bug
Projects
None yet
Development

No branches or pull requests

2 participants