Page 1 of 1

EF7: Add support for ConventionSetBuilder

Posted: Mon 13 Jun 2016 13:32
by Arnaud Debaene
Hello,

A recent change was made to the EF7 API to make it easier to create manually a ModelBuilder, in order to have greater flexibility than when overriding DbContext.OnModelCreating.
See https://github.com/aspnet/EntityFramework/issues/3529 for detilas.

The Devart provider does not provide this new API : it would be a static method OracleConventionSetBuilder.Create (for Oracle)...

Please add this simple implementation in Devart providers!

Re: EF7: Add support for ConventionSetBuilder

Posted: Tue 14 Jun 2016 14:04
by Shalex
Thank you for your suggestion. We will investigate the question and notify you about the result.

Re: EF7: Add support for ConventionSetBuilder

Posted: Thu 23 Jun 2016 16:13
by Shalex
The OracleConventionSetBuilder class is implemented in the Entity Framework Core support in the newest (9.1.45) build of dotConnect for Oracle: viewtopic.php?f=1&t=33860.