Edited Unassigned: Powershell and Migrate.exe resources are not localized...
__Edit:__After investigation, I've determined that Resources.Migrate.resx and Resources.PowerShell.resx are __not localized__ in the ef6 satellite packages. Only Resources.resx (the main runtime set of...
View ArticleCommented Issue: Add support for AddRange and RemoveRange on IDbSet [1086]
Ideally, AddRange and RemoveRange should be added to IDbSet. However, adding members to an interface is a breaking change and hence we should consider whether or not this is acceptable given the way...
View ArticleCreated Unassigned: Designer: EntityTypeBase.GetBaseTypeNameValue() should...
I ran the InProcTests repeatedly from within another InProcTest, iterating on all of them for a period of time, and discovered that at a certain point I'd get a NullReferenceException at...
View ArticleCreated Issue: Connection resiliencey: Make sure we don't retry on...
This work item is about the part of [1114 "Connection resiliency: possible data corruption if connection fails after transaction commit"](https://entityframework.codeplex.com/workitem/1114) we are...
View ArticleEdited Issue: Connection resiliencey: Make sure we don't retry on potentially...
This work item is about the part of [1114 "Connection resiliency: possible data corruption if connection fails after transaction commit"](https://entityframework.codeplex.com/workitem/1114) we are...
View ArticleEdited Issue: Connection resiliencey: Make sure we don't retry on potentially...
This work item is about the part of [1114 "Connection resiliency: possible data corruption if connection fails after transaction commit"](https://entityframework.codeplex.com/workitem/1114) we are...
View ArticleEdited Issue: Connection resiliencey: Make sure we don't retry on potentially...
This work item is about the part of [1114 "Connection resiliency: possible data corruption if connection fails after transaction commit"](https://entityframework.codeplex.com/workitem/1114) we are...
View ArticleEdited Issue: Connection resiliency: Make sure we don't retry on potentially...
This work item is about the part of [1114 "Connection resiliency: possible data corruption if connection fails after transaction commit"](https://entityframework.codeplex.com/workitem/1114) we are...
View ArticleEdited Issue: Connection resiliency: Make sure we don't retry on spurious...
This work item is about the part of [1114 "Connection resiliency: possible data corruption if connection fails after transaction commit"](https://entityframework.codeplex.com/workitem/1114) we are...
View ArticleNew Comment on "specs"
One of the most important features that we expect EF support is batch processing for INSERT, UPDATE, DELETE. When will we support it ? Or we will never support ?
View ArticleEdited Issue: Connection resiliency: Make sure we don't retry on spurious...
This work item is about the parts of [1114 "Connection resiliency: possible data corruption if connection fails after transaction commit"](https://entityframework.codeplex.com/workitem/1114) we are...
View ArticleSource code checked in, #44a6b744130516193eb0ca62726d2d9124a768d7
Performing some StyleCop-based cleanup of XML documentation comments.
View ArticleSource code checked in, #d10182de9f827cf7897f1a697eadc3bdb79ee314
Part of fixing build warnings for designer - update the framework so that when we use the constructors recommended instead of the obsolete RegisterItemCollection method it still calls the code which...
View ArticleClosed Issue: Code First: Platform differences cause pre-generated view...
We need to do something to ensure view that are generated on one platform won't be considered 'out-of-date' on a platform that gives a different reflection order for properties (and therefore a...
View ArticleCreated Feature: Migrations: Consider filtering out ASP.NET Membership...
If the user has the default ASP.NET Membership context in their project and one other context we should consider having Enable-Migrations just default to their other context rather than requiring them...
View ArticleEdited Feature: Migrations: Consider filtering out ASP.NET Membership context...
If the user has the default ASP.NET Membership context in their project and one other context we should consider having Enable-Migrations just default to their other context rather than requiring them...
View ArticleCreated Issue: Migrations: Can't move history table after 5->6 upgrade [1146]
After upgrading an existing, migrations-enabled app from 5 to 6, moving the history table via HasDefaultSchema is broken. The issue is that we update the history table by _adding_ the new ContextKey...
View ArticleCreated Issue: EF Designer: Do not auto-load the designer package if possible...
This is tracked internally as bug #694116. There is a push to avoid auto-loading packages on project/solution loading. We might consider doing this in the future of the EF Designer but we need to...
View ArticleEdited Issue: EF Designer: Do not auto-load the designer package if possible...
This is tracked internally as bug #694116. We should avoid auto-loading packages on project/solution loading if possible. We might consider doing this in the future of the EF Designer but we need to...
View Article