Skip to content

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

@tz-hmc

Description

@tz-hmc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions