Page 1 of 1

EF Core 3.0 Support

Posted: Tue 01 Oct 2019 04:16
by mpearse
Hi,

Is Entity Framework Core 3.0 supported at the moment or is support to come in the future?

Just checking the behaviour we are getting isn't unexpected (using dotConnect for PostgreSQL 7.14).

Was starting a new project with Core 3.0. We tried out EF Core 3.0 first, but ran into a missing method exception when calling 'UsePostgreSql'.
ie
var optionsBuilder = new DbContextOptionsBuilder<myModel>();
optionsBuilder.UsePostgreSql(myPgSqlConnection, (a) => { ... });

I've used the new EF 6.3 support successfully with Core 3.0 so for now we are starting with that. However ideally we would be using EF Core. So if the status of Entity Framework Core 3.0 support could be clarified that'd be great

Thanks

Re: EF Core 3.0 Support

Posted: Tue 01 Oct 2019 19:16
by Shalex
EF Core 3 is currently not supported by dotConnect for PostgreSQL. We are working on the feature. We will do our best to implement it as soon as possible.

Re: EF Core 3.0 Support

Posted: Wed 09 Oct 2019 23:24
by mpearse
Thanks. Having done some more reading, we now prefer 6.3 anyway and will be sticking there.

Re: EF Core 3.0 Support

Posted: Fri 18 Oct 2019 08:44
by capit
Hello Shalex,

Could you estimate when EF CORE 3.0 will be supported by Devart dotConnect ?
Thx.

Jonathan.

Re: EF Core 3.0 Support

Posted: Fri 18 Oct 2019 16:53
by Shalex
We are planning to release the new public builds with EF Core 3 support next week.

Re: EF Core 3.0 Support

Posted: Mon 21 Oct 2019 14:51
by capit
Thx for your support and reactivity !

Re: EF Core 3.0 Support

Posted: Fri 25 Oct 2019 16:46
by Shalex
Entity Framework Core 3.0 is supported in dotConnect for PostgreSQL v7.15.1499: viewtopic.php?f=3&t=39477.