Consider using v1.6.1 of the NETStandard.Library NuGet reference

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

Consider using v1.6.1 of the NETStandard.Library NuGet reference

Post by powelerl » Fri 07 Jul 2017 09:05

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

The dependency "Microsoft.EntityFrameworkCore" targets NETStandard.Library v1.6.1. "Devart.Data.Oracle.Entity.EFCore" targets v1.6.0. This results in many binding redirects being generated in app.config.

The application works fine though...normally. I ultimately load my dll into Powershell.exe - which doesn't pick up the assembly redirects (requires me to modify powershell.exe.config in %WINDIR%\System32\WindowsPowerShell\v1.0) and fails.

Hope this can be resolved, thanks!

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

Re: Consider using v1.6.1 of the NETStandard.Library NuGet reference

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: Consider using v1.6.1 of the NETStandard.Library NuGet reference

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