EF7: Add support for ConventionSetBuilder

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
Arnaud Debaene
Posts: 1
Joined: Mon 13 Jun 2016 13:08

EF7: Add support for ConventionSetBuilder

Post by Arnaud Debaene » Mon 13 Jun 2016 13:32

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!

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

Re: EF7: Add support for ConventionSetBuilder

Post by Shalex » Tue 14 Jun 2016 14:04

Thank you for your suggestion. We will investigate the question and notify you about the result.

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

Re: EF7: Add support for ConventionSetBuilder

Post by Shalex » Thu 23 Jun 2016 16:13

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.

Post Reply