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

No async overload for SqlConnection.Open with SqlConnectionOverrides #615

Closed
ajcvickers opened this issue Jun 18, 2020 · 2 comments
Closed

Comments

@ajcvickers
Copy link
Member

I'm currently working on consuming the new Open(SqlConnectionOverrides overrides) method in EF Core. However, there is no OpenAsync equivalent.

See #29 and dotnet/efcore#7283

@cheenamalhotra
Copy link
Member

Hi @ajcvickers

We noticed that the delay of 10 seconds due to transient fault handling did not apply to OpenAsync(), hence this option was not introduced to OpenAsync() Ref #463 (comment)

@ajcvickers
Copy link
Member Author

@cheenamalhotra Missed that--sounds good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants