Commented Issue: Make provider manifest and information available to model...
While the Code First pipeline has access to the provider manifest instance and provider information the whole time during model construction, the ProviderManifest and ProviderInfo properties on the...
View ArticleReviewed: Entity Framework 6.0.0 (七月 04, 2013)
Rated 5 Stars (out of 5) - 快7个月了,不知道进展如何.
View ArticleEdited Unassigned: Child entities not loading when Foreign Key has...
I'm using Entity Framework 5, database first with SQL 2005.When I try to load a parent entity with some of their children entities (using eager loading) I noticed that some children are being...
View ArticleCreated Unassigned: Same class name different namespace [1358]
I have a model that has 2 classes with the same name but in different namespaces. The classes are __SziCom.Degas.Entity.Model.Degnet.Usuario____SziCom.Degas.Entity.Model.Sistema.Usuario__When try to...
View ArticleEdited Issue: [UX] Icons on Tree Grid control on the Mapping Details window...
Mapping Window icons are not properly sized on high DPI.
View ArticleCreated Issue: [UX] Icons on Toolbar of the Mapping Details window look too...
Split from other bug.
View ArticleEdited Issue: [UX] Icons on Tree Grid control on the Mapping Details window...
Mapping Window icons are not properly sized on high DPI.Related issues:[#1369](https://entityframework.codeplex.com/workitem/1369) Icons on Toolbar control of the Mapping Details window look too small...
View ArticleEdited Issue: [UX] Icons on Tree Grid control on the Mapping Details window...
Mapping Window icons are not properly sized on high DPI.Related issues:[#1359](https://entityframework.codeplex.com/workitem/1359) Icons on Toolbar control of the Mapping Details window look too small...
View ArticleEdited Issue: [UX] Icons on tree grid control of the Mapping Details window...
Mapping Window icons are not properly sized on high DPI.Related issues:[#1359](https://entityframework.codeplex.com/workitem/1359) Icons on Toolbar control of the Mapping Details window look too small...
View ArticleEdited Issue: [UX] Icons on toolbar control of the Mapping Details window...
Split from other bug.
View ArticleEdited Issue: [UX] Icons on tree grid control of the Mapping Details window...
Mapping Window icons are not properly sized on high DPI.Related issues:[#1359](https://entityframework.codeplex.com/workitem/1359) Icons on toolbar control of the Mapping Details window look too small...
View ArticleEdited Issue: [UX] Icons on toolbar control of the Mapping Details window...
Mapping Window icons are not properly sized on high DPI. Split from: [#1057](https://entityframework.codeplex.com/workitem/1057) Icons on tree grid control of the Mapping Details window look too small...
View ArticleEdited Issue: [UX] Icons on tree grid control of the Mapping Details window...
Mapping Window icons are not properly sized on high DPI.Related issues:[#1359](https://entityframework.codeplex.com/workitem/1359) Icons on toolbar control of the Mapping Details window look too small...
View ArticleEdited Issue: [UX] Icons on toolbar control of the Mapping Details window...
Mapping Window toolbar icons are not properly sized on high DPI. Also the toolbar control itself doesn't scale automatically.Split from: [#1057](https://entityframework.codeplex.com/workitem/1057)...
View ArticleEdited Issue: [UX] Icons on tree grid control of the Mapping Details window...
Mapping Window tree grid icons are not properly sized on high DPI.Related issues:[#1359](https://entityframework.codeplex.com/workitem/1359) Icons on toolbar control of the Mapping Details window look...
View ArticleNew Post: cannot open power tools project
thank you very much! one more question: where can I find the source of the powertools beta3?
View ArticleClosed Issue: Migrations: mapping Many-Many relationship into Stored Proc,...
Repro Create the following model:``` public class Person{ public int Id { get; set; } public ICollection<House> HousesOwned { get; set; }} public class House{ public string Id { get; set; }...
View ArticleCommented Issue: Make DbExpressionBuilder.In internal [1327]
Because of the following issue we'll just make this internal for EF6DbExpressionBuilder.In returns DbExpression which is unintuitive since all other DbExpressionBuilder methods return an expression of...
View ArticleClosed Issue: Make DbExpressionBuilder.In internal [1327]
Because of the following issue we'll just make this internal for EF6DbExpressionBuilder.In returns DbExpression which is unintuitive since all other DbExpressionBuilder methods return an expression of...
View ArticleClosed Issue: Code First: Incorrect FKs generated between 1:1 relationships...
See http://stackoverflow.com/questions/11247710/ef-tpt-inheritance-mapping-issue-with-one-to-one-relationshipComments: Verified, closing
View Article