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

Missing EnterpriseLibrary.Data.SqlServer.NetCore from nuget.org #59

Open
tz-hmc opened this issue May 11, 2023 · 2 comments
Open

Missing EnterpriseLibrary.Data.SqlServer.NetCore from nuget.org #59

tz-hmc opened this issue May 11, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@tz-hmc
Copy link

tz-hmc commented May 11, 2023

To Reproduce
Steps to reproduce the behavior:

  1. Follow steps here
  2. Use the provider mappings here
   <providerMappings>
      <add databaseType="Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase, Microsoft.Practices.EnterpriseLibrary.Data.SqlServer" name="System.Data.SqlClient" />
    </providerMappings>
  1. 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

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):

  • OS: Windows
  • NET core version 6.3.2 of EnterpriseLibrary.Data.NetCore, version 6.3.0 of EnterpriseLibrary.Common.NetCore
  • DB: SQL Server
@tz-hmc tz-hmc added the bug Something isn't working label May 11, 2023
@tsahi
Copy link
Collaborator

tsahi commented May 18, 2023

Hi, we haven't published the new packages to nuget.org yet. We will publish them in the coming days and let you know. Thanks for trying though!

@JohnRCoder
Copy link

Hi. Today is August 11th... I believe almost 3 months since comment above, that an update is coming in "days". Any other news or updates here? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants