Global Data Management Forum

Expand all | Collapse all

IBM Data Server EF 6 Provider 6.4.0-alpha multi-targeting .NET FW 4.6.1 and .NET Standard 2.1 on Windows ONLY

  • 1.  IBM Data Server EF 6 Provider 6.4.0-alpha multi-targeting .NET FW 4.6.1 and .NET Standard 2.1 on Windows ONLY

    Posted Fri October 23, 2020 08:19 AM
    Edited by System Fri January 20, 2023 04:22 PM
    Hi All,

    We would like to announce our first alpha release of EF 6.4 support multi-targeting .NET FW 4.6.1 and .NET Standard 2.1 (on Windows ONLY). The same could be installed via Nuget repository: EntityFramework.IBM.DB2 6.4.0-alpha

    MS recommended links and approaches in the regard of writing EF 6.4 applications could be found here:

    Steps to perform while using it with .NET Standard 2.1:

    Entity Framework 6.4.0 apps targeting .NET Standard 2.1 would require Code based configuration of our EF6 Provider e.g.DB2 Core Provider Code Based Registration

    The following blog details about EF6 code based configuration:
    Code-Based Configuration of EF6 Provider for IBM Data Servers

    Changing Provider attribute in EDMX file:

    Provider Change to IBM.Data.DB2.Core in EDMX File

    In App/Web.config we need to update "provider" keyword to "IBM.Data.DB2.Core" from "IBM.Data. DB2" in the corresponding connection String:
    *.config change provider to IBM.Data.DB2.Core
    ​We would keep this discussion going with our enhanced support (future releases) and feedback!

    ------------------------------
    Devendra Singh Bhadauria
    ------------------------------
    #DataManagementGlobal
    #DataServerDrivers


  • 2.  RE: IBM Data Server EF 6 Provider 6.4.0-alpha multi-targeting .NET FW 4.6.1 and .NET Standard 2.1 on Windows ONLY

    Posted Fri October 23, 2020 10:18 AM
    Edited by System Fri January 20, 2023 04:30 PM
    We are facing code and markup languages formatting issues and have used images instead to have better readability.

    ------------------------------
    Devendra Singh Bhadauria
    ------------------------------



  • 3.  RE: IBM Data Server EF 6 Provider 6.4.0-alpha multi-targeting .NET FW 4.6.1 and .NET Standard 2.1 on Windows ONLY

    Posted Mon December 21, 2020 03:05 AM
    Edited by System Fri January 20, 2023 04:17 PM

    Hi All,

    We would like to announce our release candidate of EF 6.4 supporting multi-targeting .NET FW 4.6.1 and .NET Standard 2.1 on Windows, Linux and OS X. The same could be installed via Nuget repository: EntityFramework.IBM.DB2(6.4.0-rc)

    Instead of creating 3 Nuget packages for different Operating Systems, we didn't bind this package to any particular platform. As we observe our native dependencies on .NET Core runtime, we need to select one of IBM.Data.DB2.Core (3.1.0.400-alpha)/IBM.Data.DB2.Core-lnx (3.1.0.400-alpha)/IBM.Data.DB2.Core-osx (3.1.0.400-alpha) Nuget package based upon
    underlying Operating System.



    ------------------------------
    Devendra Singh Bhadauria
    ------------------------------



  • 4.  RE: IBM Data Server EF 6 Provider 6.4.0-alpha multi-targeting .NET FW 4.6.1 and .NET Standard 2.1 on Windows ONLY

    Posted Thu December 24, 2020 06:01 AM

    Hi All,

    We would like to announce our release of EF 6.4 supporting multi-targeting .NET FW 4.6.1 and .NET Standard 2.1 on Windows, Linux and OS X. The same could be installed via Nuget repository: EntityFramework.IBM.DB2(6.4.0)

    This release adds toleration support for Entity Framework 6.4.0 multi-targeting i.e. .NET Framework 4.6.1 and .NET Standard 2.1 on Windows Linux and OS X.

    For EF 6.4 apllications targeting .NET Standard 2.1, this package has dependency on
    IBM.Data.DB2.Core (3.1.0.400-alpha)/IBM.Data.DB2.Core-lnx (3.1.0.400-alpha)/IBM.Data.DB2.Core-osx (3.1.0.400-alpha) Nuget package based upon underlying Operating System.



    ------------------------------
    Devendra Singh Bhadauria
    ------------------------------