DbProviderFactories.RegisterFactory is a new API (dotnet/corefx#20903) in netcoreapp2.1.
Consider adding a convenience MySqlClientFactory.Register() method that registers the instance with DbProviderFactories.
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.
DbProviderFactories.RegisterFactoryis 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.