Edited Issue: Code First support for empty databases should work with other...
In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...
View ArticleEdited Issue: Database first: Consider improving experience when key metadata...
Currently when metadata about the key of a table, view or function is missing we apply an heuristic to infer a synthetic key. This mechanism usually comes up with something that doesn't match user...
View ArticleEdited Task: MustFix: Designer: Reduce VM usage when adding new model [414]
We should try and reduce the virtual memory usage when you add a new Entity Data Model in VS2012.
View ArticleEdited Issue: MustFix: Logic to create tables on empty database should not...
We currently have logic like this in the database checker class: switch (providerName){ case "System.Data.SqlClient": provider = new SqlPseudoProvider(); break; case "System.Data.SqlServerCe.4.0":...
View ArticleEdited Issue: MustFix: Logic to create tables on empty database should not...
We currently have logic like this in the database checker class: switch (providerName){ case "System.Data.SqlClient": provider = new SqlPseudoProvider(); break; case "System.Data.SqlServerCe.4.0":...
View ArticleClosed Issue: Code First support for empty databases should work with other...
In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...
View ArticleEdited Issue: MustFix: Code First Logic to create tables on empty database...
We currently have logic like this in the database checker class: switch (providerName){ case "System.Data.SqlClient": provider = new SqlPseudoProvider(); break; case "System.Data.SqlServerCe.4.0":...
View ArticleEdited Issue: MustFix: Code First Logic to create tables on empty database...
In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...
View ArticleEdited Issue: MustFix: Enable JSON serialization of dynamic proxies [184]
"INITIAL BUG:It seems that when Entity Framework creates proxy classes for entity objects, it does not honour property attributes set on virtual navagation properties. It is a serious problem when...
View ArticleCommented Issue: NotMapped on base property throws if derived type discovered...
An exception is thrown when the derived entity type is discovered before the base entity type containing an ignored property."You cannot use Ignore method on the property 'BaseProperty' on type...
View ArticleCommented Issue: NotMapped on base property throws if derived type discovered...
An exception is thrown when the derived entity type is discovered before the base entity type containing an ignored property."You cannot use Ignore method on the property 'BaseProperty' on type...
View ArticleUpdated Wiki: Design Meeting Notes - January 17, 2013
Design Meeting Notes - January 17, 2013Metadata API surfaceSome parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are...
View ArticleUpdated Wiki: Design Meeting Notes
Entity Framework Design Meeting NotesThe Entity Framework team has a weekly design meeting in which we discuss/recap design and other issues with the codebase. These are the notes from those meetings....
View ArticleUpdated Wiki: Design Meeting Notes
Entity Framework Design Meeting NotesThe Entity Framework team has a weekly design meeting in which we discuss/recap design and other issues with the codebase. These are the notes from those meetings....
View ArticleUpdated Wiki: Design Meeting Notes - January 10, 2013
Design Meeting Notes - January 10, 2013Clustered/non-clustered unique identifier primary keys and SQL AzureIn a previous meeting we came to a conclusion on better DDL generation from Code First...
View ArticleEdited Issue: Migrations: Disable database intializer when migrations is...
CreateDatabaseIfNotExists is incompatible with migrations so we should disable it.
View ArticleEdited Issue: Migrations: Disable database intializer when migrations is...
CreateDatabaseIfNotExists is incompatible with migrations so we should disable it. This could include making the initializer aware of migrations and being a no-op if a migrations config is present.
View ArticleEdited Issue: Handle ProviderIncompatibleException thrown from...
Reported on the blog by a customer:http://blogs.msdn.com/b/adonet/archive/2012/05/08/ef5-sample-provider-published.aspxHi!I have encountered a changed behavior in the EF CodeFirst. Since version 4.3...
View Article