-
Notifications
You must be signed in to change notification settings - Fork 338
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
Support DbProviderFactories.RegisterFactory #526
Comments
This will be in |
No updates on this issue yet? I am still unable to understand why it is not agnostic between .NET and .NETCore. Everyone is having to rewrite a bunch of code. |
The API is coming in Can you be more specific about what you need? |
Hi bgrainger, thanks for answering! Well, actually what I wanted is more broad... |
Since .NET 4.8 won't support |
Added in 0.50.0. |
DbProviderFactories.RegisterFactory
is a new API (dotnet/corefx#20903) innetcoreapp2.1
.Consider adding a convenience
MySqlClientFactory.Register()
method that registers the instance withDbProviderFactories
.Add documentation that shows how to use the old app.config/web.config way (see #525) on .NET Framework, and the deferred string-based registration on .NET Core.
The text was updated successfully, but these errors were encountered: