Created Unassigned: Make DbSetClause publicly constructible [1409]
Workitem #1136 - "Make update command trees publicly constructible" is closed but should not be in my opinion.The constructor for DbUpdateCommandTree takes a parameter...
View ArticleCreated Unassigned: Designer: use Linq to Xml everywhere [1410]
Currently we mostly use Linq To Xml but there are parts of the code that still used DOM API (XmlDocument and friends). As a result we may convert between XDocument and XmlElement multiple times. We...
View ArticleNew Comment on "Updating Applications to use EF6"
Right now I am caring about a DynamicData project. (Small world of hurt. :( ) Additional guidance on that would be good.
View ArticleCreated Unassigned: Make DbDatabaseMapping.EntityContainerMappings a simple...
This change [bd79d7447739](https://entityframework.codeplex.com/SourceControl/changeset/bd79d74477393c20d050837419a0d5731de2fa12) introduced a regression of 270 samples. changed the implementation of...
View ArticleEdited Unassigned: Make DbDatabaseMapping.EntityContainerMappings a simple...
This change [bd79d7447739](https://entityframework.codeplex.com/SourceControl/changeset/bd79d74477393c20d050837419a0d5731de2fa12) introduced a regression. changed the implementation of...
View ArticleSource code checked in, #36052d61135706fb986c166c6662be109219eaa8
From YF-12A to SR-71 (Interception API review updates) This change includes all the updates based on interception API review. Specifically: - Move to Infrastructure.Interception namespace - Rename...
View ArticleEdited Unassigned: Make DbDatabaseMapping.EntityContainerMappings a simple...
This change [bd79d7447739](https://entityframework.codeplex.com/SourceControl/changeset/bd79d74477393c20d050837419a0d5731de2fa12) introduced a regression. It changed the implementation of...
View ArticleEdited Issue: [UX] Icons in Model Browser look blurry in high definition...
Apparently some setting is causing WPF to render icons in model browser in such way that they look very blurry. The ones on the Solution Explorer window look crisp.
View ArticleEdited Unassigned: Performance: make...
This change [bd79d7447739](https://entityframework.codeplex.com/SourceControl/changeset/bd79d74477393c20d050837419a0d5731de2fa12) introduced a regression. It changed the implementation of...
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 ArticleCommented Task: API Review Feedback: Interceptors [1404]
Implement changes to interceptors based on API review feedback.Comments: Resolved in 36052d611357 From YF-12A to SR-71 (Interception API review updates) This change includes all the updates based on...
View ArticleEdited Task: API Review Feedback: Interceptors [1404]
Implement changes to interceptors based on API review feedback.
View ArticleCreated Unassigned: VS Toolbox doesn't show EntityFramework items after...
# REPRO0. Visual Studio 2012 **or** Visual Studio 2013 Preview + EF Tooling nightly 1. Console app, add new 'Entity Data Model', select 'Empty Model'2. Open Toolbox to drag and drop items to the...
View ArticleReviewed: Entity Framework 5.0.0 (七月 19, 2013)
Rated 5 Stars (out of 5) - TPC的诸多Bug,希望快点修正啊。。
View ArticleSource code checked in, #76adda192642ccd37dfe385eeaf8d0bfaf1ae6b7
Breakout notepad: General 'Merge' Conflict strikes again (Updates following first "big diff" general API review) Changes made: - Made non-virtual SaveChangesAsync virtual -...
View ArticleNew Comment on "specs"
@michaelaird In EF6 you can simply pass the open DbConnection to the DbContext constructor that accepts a DbConnection. Thanks, Arthur
View ArticleCommented Task: Implement general API review feedback [1419]
Implement chanegs decided on in the first "big diff" API review.Comments: Resolved in 76adda192642 Breakout notepad: General 'Merge' Conflict strikes again (Updates following first "big diff" general...
View ArticleEdited Task: Implement general API review feedback [1419]
Implement chanegs decided on in the first "big diff" API review.
View ArticleEdited Issue: Hide "object members" on new API surface [1193]
In previous releases we were careful to hide Equals, GetHashCode, ToString, and GetType from Intellisense on classes where discoverability of methods is important. We should do the same for new API...
View ArticleCreated Issue: Designer: regresion on hint color in mapping details [1424]
When there is a mapping error the full background of the watermark is made of the same fill color as the entity. See image attached. Worst case I can re-add the line that set the color hint when the...
View Article