EFCore 2.1.0-rc1-final bug

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
SunshY
Posts: 1
Joined: Thu 10 May 2018 14:09

EFCore 2.1.0-rc1-final bug

Post by SunshY » Thu 10 May 2018 14:14

I know it's not yet released and stable, but you might be interested to detect that 2.1.0 falls when I try Enumerate DbSet (foreach entity in db.Entities).
It falls with:
"System.MissingMethodException: "Method not found: 'Void Microsoft.EntityFrameworkCore.Query.Sql.QuerySqlGeneratorDependencies..ctor(Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory, Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper, Microsoft.EntityFrameworkCore.Storage.IParameterNameGeneratorFactory, Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper)'.""

Hope you or EFCore team will notice and solve this to realese version =)

---
UPD. EF Core side tells it's just DevArt problem with calling constructor it shouldnt call: https://github.com/aspnet/EntityFramewo ... sues/11960

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

Re: EFCore 2.1.0-rc1-final bug

Post by Shalex » Tue 15 May 2018 06:25

Thank you for your report. We will notify you when EF Core 2.1 is supported.

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

Re: EFCore 2.1.0-rc1-final bug

Post by Shalex » Mon 04 Jun 2018 10:39

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: EFCore 2.1.0-rc1-final bug

Post by Shalex » Fri 22 Jun 2018 16:56

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

Post Reply