EnterpriseLibrary / data-access-application-block

Apache License 2.0
18 stars 19 forks source link

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

Open tz-hmc opened 1 year ago

tz-hmc commented 1 year ago

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

tsahi commented 1 year ago

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 commented 1 year ago

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!