Using entity Framework with .NET Core and DB2
问题 Has anyone used .NET Core with DB2 and EF Core? We've tried to find compatible drivers, but none seem to exist. Has anyone found a way to use DB2 with .NET Core 3.0? Thank you! 回答1: There is no core 3.0 or standard 2.1 support thanks to IBM's terrible .Net support. Supposedly an alpha driver will be available in March 2020 if you contact their support. You can some of the conversation at this link. 回答2: IBM have now released a new version 3.1.0.300 of IBM.EntityFrameworkCore on nuget that