EF7: Add support for ConventionSetBuilder
Posted: 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!
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!