Updated 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 ArticleNew Post: Automatically adding EntityTypeConfiguration
Unai,We discussed this proposal and would be happy to accept this contribution, although with a few modifications from what is described above. Details can be found in the design meeting notes here:...
View ArticleSource code checked in, #1fee9a09dc96
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleCommented Issue: MustFix: Using enum with multiple assemblies and derived...
This can be reproduced in the following scenario:1. Base class with an enum2. two derived classes in different assembliesException Message: No corresponding object layer type could be found for the...
View ArticleNew Post: Weird behavior with DbConfiguration [EF 6]
I have created simple test console application. In it I created separate namespace called CodeFirst where I put all CodeFirst related code. I have decided to test EF6 DbConfiguration, and here's what I...
View ArticleNew Post: Bug: Update-Database –TargetMigration: $InitialDatabase Roll forward!
I Study migration from :http://msdn.microsoft.com/en-US/data/jj591621and test: Update-Database –TargetMigration: $InitialDatabase no roll back to empty database.
View ArticleNew Post: DBContext Connection problems with SQL2012 contained database users?
Hi there,in my Situation "UserOne" is a contained database user (without sqllogin) and the user is dbo in the contained database. With this user i create other "user with password" in the contained...
View ArticleNew Post:...
Hello Michael,Thanks for your interest on contributing to EF. We will discuss your idea in more detail in an upcoming design meeting, but I wanted to respond with some initial thoughts:In EF there is a...
View ArticleNew Post: EF6 Views compatibility
If you are asking about E-Sql view definitions they should be the same for EF5 and EF6. If you are asking about the code generated by EdmGen, EF Power Tools etc. then it will not work - there were...
View ArticleNew Post: EF6 Views compatibility
Hi moozzyk, thank you for the response, i was asking about the code generated.Since my edmx is really big, i need to pre-generate views and and i'm interested in EF6 view generation because in my case...
View ArticleCommented Feature: Allow DbContext to be created with an already-open...
This item was migrated from the DevDiv work item tracking system [ID=7992]. <br />Comments: Using opened connection would be very useful when using EF with System.Data.SQLite. This provider have...
View ArticleNew Post: EF6 Views compatibility
Hi Max,Yes. It is possible to use EF6 views in EF5 apps after some modifications. I just tried - here is what you would have to do:Change namespace for EntityViewGenerationAttribute...
View ArticleCreated Issue: TPT - impossible to specify a different name for the primary...
When using TPT hierarchy inherited types can not override the name column of the primary key of the table.Sample:class Address { public Guid Id { get;set; } }EntityTypeConfiguration<Address> {...
View ArticleCreated Issue: TPT to TPH - can not use the same name properties in different...
I can not use the same name properties in different hierarchies.Sample:class A - table A.class B : A - table B.class B1 : B - table B.{ Guid FKClassYId;}class C : A - table C.class C1 : C - table C.{...
View ArticleNew Post: Additional ObjectContext and EntityConnection constructors
I would like to ask for implementing currently non-existing public constructors for the ObjectContext and EntityConnection classes that would contain a flag that indicates if the underlyingexplicitly...
View ArticleEdited Issue: Any DbContext.Configuration change in DbInitializer persists...
SUMMARY<br /><br />You can specify a custom DbInitializer in your application's configuration to initialize your DB in some custom way. Initializer is passed a DbContext with which you can...
View ArticleSource code checked in, #5bd727685528
DontPretendYouDontKnowMe - Using enum with multiple assemblies and derived types throws MetadataException Fix for workItem 532 - MustFix: Using enum with multiple assemblies and derived types throws...
View ArticleEdited Issue: MustFix: Using enum with multiple assemblies and derived types...
This can be reproduced in the following scenario:1. Base class with an enum2. two derived classes in different assembliesException Message: No corresponding object layer type could be found for the...
View Article