Edited Issue: Port Fix: 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: Port Fix: 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 ArticleSource code checked in, #c0da42945bd4f4fc44e13d7dee4077a605a28718
Updating NuGet install logic to also remove System.Data.Entity references from web site projects
View ArticleCommented Feature: Add hooks for tracing generated SQL [958]
We have a general item to add better lifecycle hooks to DbContext--see http://entityframework.codeplex.com/workitem/872However, this doesn't fit in the schedule for EF6, so this work item is about...
View ArticleClosed Task: Port EF5 Checkin Test Coverage to OSS Code Base [411]
Not all our EF tests are included in the OSS code base - we need to review the tests we have and port some of them or implement new tests to cover the product.Comments: this task is completed now
View ArticleEdited Unassigned: UpForGrabs: Consider replacing internal usage of...
Currently code like the EntityAdapter is invoking IsStateManagerDirty, which implements a full copy of the state tracking dictionaries into an array, which is unnecessary if we just need to know...
View ArticleCreated Issue: Some of the no master permission tests are flaky [1091]
The test DatabaseExists_returns_true_for_existing_attached_database_when_no_master_permissions in FunctionalTests\ProductivityApi\DatabaseTests.cs is flaky and has been deactivated.
View ArticleSource code checked in, #be7746d9f7929df0fc34fe2909e2305052c40a05
Disabling a flaky test.
View ArticleClosed Issue: generated SQL truncates (not rounds) decimal values based on...
This manifested as well in a different issue I just filed (http://entityframework.codeplex.com/workitem/734)Created this test table:CREATE TABLE [dbo].[DecimalTestingTable]( [Dec1] [decimal](6, 1)...
View ArticleCreated Unassigned: EFDesigner (v12): Nullable attribute added when not...
1. Create a new model from an existing database. Make sure some columns have nullable set to "true"2. View EDMXThe imported SSDL sets the Nullable attribute on every property, where before it would...
View ArticleEdited Unassigned: EFDesigner (v12): Nullable attribute added when not...
1. Create a new model from an existing database. Make sure some columns have nullable set to "true"2. View EDMXThe imported SSDL sets the Nullable attribute on every property, where before it would...
View ArticleUpdated Wiki: Code-based Configuration
Code-based ConfigurationBackgroundIn EF 4.1 most configuration was done through code. In EF 4.3 we added the EntityFramework configuration section to allow configuration via config file.Both code-based...
View ArticleEdited Issue: Update DbContext templates to generate EF6 code [806]
Using EF6. Database first.In designer right click and select "Update model from database", select any stored procedure and then try building my project in VS2012 results in a compilation error in the...
View ArticleUpdated Wiki: EF Configuration and Extensibility
EF Dependency ResolutionIntroductionEF has historically taken a rather ad-hoc approach to runtime configuration and extensibility. The changes for EF6 described here andin the post covering code-based...
View ArticleEdited Issue: DetectChanges navigation property fix-up bug? [668]
Given a POCO model and Code First, after setting a foreign key property on an instance that has an associated navigation property, fix-up is supposed to occur during DetectChanges. If code causes...
View ArticleCommented Issue: DetectChanges navigation property fix-up bug? [668]
Given a POCO model and Code First, after setting a foreign key property on an instance that has an associated navigation property, fix-up is supposed to occur during DetectChanges. If code causes...
View ArticleSource code checked in, #8b7c8be6bf44e7c96de7309f6b6565a74f6e6b02
Moved SqlGenerator classes under corresponding provider namespaces
View ArticleSource code checked in, #63907188080944493e7d5226f78def60eefe5977
CodePlex #623: Relaxed the conditions for matching edm and clr enum types by enforcing the edm type to not have more members than the clr type, instead of requiring to have the same number of members....
View ArticleEdited Issue: EF cross checks EDM and CLR enum members in some cases [623]
We relaxed requirements for matching EDM and CLR enum types so that the EDM type does not have to have all members that the CLR type has. However we missed a check we had in DbExpressions. It shows up...
View ArticleNew Post: EF4.0 does not work Enuns
Good to know, I'll start doing tests with EF6 and so feel safe to go out after the final version, I will plan the migration system that currently develop
View Article