DLL reference issue and Devart.Data.Oracle.Entity.EFCore

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
powelerl
Posts: 31
Joined: Thu 22 Dec 2016 10:00

DLL reference issue and Devart.Data.Oracle.Entity.EFCore

Post by powelerl » Fri 07 Jul 2017 08:58

Using the .NET Standard NuGet Devart.Data.Oracle.Entity.EFCore, Version=9.4.299.0

The NuGet reference and pulls in Microsoft.EntityFrameworkCore v1.1.2. Problem is that the DLL (Devart.Data.Oracle.Entity.EFCore.dll) actually references v1.1.1 (opened in DotPeek).

This means the wrong version of "Microsoft.EntityFrameworkCore.dll" is packaged on build, which results in the following exception:

Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=1.1.1.0, Culture=neutral, PubblicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: DLL reference issue and Devart.Data.Oracle.Entity.EFCore

Post by Shalex » Thu 13 Jul 2017 13:00

Thank you for your report. We will notify you when the issue is fixed.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: DLL reference issue and Devart.Data.Oracle.Entity.EFCore

Post by Shalex » Fri 04 Aug 2017 15:43

The issue is fixed in the new build of dotConnect for Oracle v9.4.326.

Post Reply