EF core support 2.1

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
F.Amb
Posts: 1
Joined: Wed 02 May 2018 15:18

EF core support 2.1

Post by F.Amb » Wed 02 May 2018 15:29

Hi,
when do you think you can implement new version ? (i'll need, lazy loading, group by query ...)
regards

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

Re: EF core support 2.1

Post by Shalex » Thu 03 May 2018 11:30

Are you interested in getting an internal build with EF Core 2.1 Preview support? If so, please contact us.

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

Re: EF core support 2.1

Post by Shalex » Mon 04 Jun 2018 10:26

The internal build of NuGet packages with the Entity Framework Core 2.1 support is available for download.

If you encounter any issues with this build, please contact us.

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

Re: EF core support 2.1

Post by Shalex » Fri 22 Jun 2018 16:36

Entity Framework Core 2.1.1 is supported: viewtopic.php?f=1&t=37342.

mariuszs
Posts: 4
Joined: Wed 27 Jun 2018 18:36

Re: EF core support 2.1

Post by mariuszs » Wed 11 Jul 2018 17:57

No, it's not. Basic functionalites end with an exception. And after 2 weeks there is still no fix for them.
One thing that is sure - you don't perform any test at all before releasing new version.

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

Re: EF core support 2.1

Post by Shalex » Fri 13 Jul 2018 19:59

The bug with paging in EF Core 2.1 is fixed. The internal build with the fix: https://www.devart.com/pub/nuget_oracle_9_6_554.zip.

mariuszs
Posts: 4
Joined: Wed 27 Jun 2018 18:36

Re: EF core support 2.1

Post by mariuszs » Tue 17 Jul 2018 07:51

Indeed, paging is now working on Oracle 12. But I can do almost nothing with loaded data because complicated Linqs are not working.

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

Re: EF core support 2.1

Post by Shalex » Tue 17 Jul 2018 12:46

Could you please give us your query that fails (a), the generated SQL (b) and the result error with a stack trace (c)?

A test project will be appreciated, upload it to ftp://ftp.devart.com (credentials: anonymous / yourEmail).

Post Reply