You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run tests that
DbProviderFactories.RegisterFactory("System.Data.SqlClient", SqlClientFactory.Instance);
DatabaseProviderFactory factory = new DatabaseProviderFactory....
Database db = factory.Create(...
Actual behavior
Get runtime error 'Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase, Microsoft.Practices.EnterpriseLibrary.Data.SqlServer' cannot be resolved. This fails at factory.Create
To Reproduce
Steps to reproduce the behavior:
DbProviderFactories.RegisterFactory("System.Data.SqlClient", SqlClientFactory.Instance);
DatabaseProviderFactory factory = new DatabaseProviderFactory....
Database db = factory.Create(...
Actual behavior
Get runtime error 'Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase, Microsoft.Practices.EnterpriseLibrary.Data.SqlServer' cannot be resolved. This fails at factory.Create
From the overview page and from documentation at https://enterpriselibrary.github.io/daab/a00951.html, I assumed that I need EnterpriseLibrary.Data.SqlServer.NetCore but the link is broken. It does not look like any package similar to that name is on nuget.org
Expected behavior
To be able to install EnterpriseLibrary.Data.SqlServer.NetCore
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: