Source code checked in, #616f9edaed62
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleSource code checked in, #1ef63e53714e
CacheMeIfYouCan (Enable o-space caching for Code First) This change enables caching of o-space and o/c metadata when using Code First. This improves the perf for creating new DbContext instances with...
View ArticleCommented Feature: How to automatically make EntityValidationErrors bindable?...
How can we bind EF EntityValidationErrors so the corresponding WPF grid cells show the errors?Ex: When DbContext.SaveChanges() throws a DbEntityValidationException with ValidationErrors:Customer 41 The...
View ArticleCreated Issue: HasColumnName is ignored during call to Translate() [860]
I have set up HasColumnName mappings on several properties using the fluent interface. These appear to work properly when using the collection properties on the data context to query and retrieve...
View ArticleNew Post: Connection String Metadata Specification
I would like to propose that the Entity Frameworks Connection string retrieved from the <connectionStrings> section of the .config file should not be REQUIRED to have the Metadata specified in...
View ArticleNew Post: Merge Disconnected Object Graph
It is a fairly common when developing a web application to materialize a complex object graph from Entity Framework to render a CRUD view, and then on a subsequent HTTP request write that object graph...
View ArticleCreated Issue: Design Time Data with WPF .NET 4.5 [861]
Hi I build a simple test solution in VS 2012 with two projects.One is a Class library and the other a WPF application.Both use .NET 4.5.In the class library I add an EF element (DataFirst) which maps a...
View ArticleSource code checked in, #3caf7401b9c8
Removing build warning introduced in one of previous checkins
View ArticleSource code checked in, #9b642aac6232
fixing issue 855 - Calling any function within SqlFunctions class inside LINQ query throws NullReferenceException. CR: PawelKa, AVickers, AnPete
View ArticleCommented Feature: Allow Database/Model First to use normal connection...
See this discussion: http://entityframework.codeplex.com/discussions/432652Comments: From the Discussion, be aware of the following note when working on this issue. From: ajcvickers Hi hintzen, This...
View ArticleNew Post: Merge Disconnected Object Graph
<div dir="ltr">Hi Arthur,<div><br></div><div>Thank you for your prompt reply.</div><div><br></div><div>I would disagree that the impact is...
View ArticleNew Post: Merge Disconnected Object Graph
Hi Eric, Low is the default initial impact. The item will get an appropriate impact set when the EF team triages new items, which usually happens once per week. Thanks, Arthur
View ArticleNew Post: Merge Disconnected Object Graph
<div dir="ltr">Thank you Arthur.</div><div><br><br><div>On Mon, Feb 11, 2013 at 12:38 PM, ajcvickers <span dir="ltr"><<a...
View ArticleEdited Issue: Calling any function within SqlFunctions class inside LINQ...
When using SqlFunctions.Blah inside Linq query in EF6 we get NullReferenceException:This used to work in previous version of...
View ArticleEdited Issue: Calling any function within SqlFunctions class inside LINQ...
When using SqlFunctions.Blah inside Linq query in EF6 we get NullReferenceException:This used to work in previous version of...
View ArticleClosed Issue: Calling any function within SqlFunctions class inside LINQ...
When using SqlFunctions.Blah inside Linq query in EF6 we get NullReferenceException:This used to work in previous version of...
View ArticleCommented Feature: Provide better support for working with disconnected...
This item is to track adding better support for change tracking with graphs of disconnected entities. For more information see this discussion:"Merge Disconnected Object...
View ArticleSource code checked in, #b271eed7b658
Fix for SqlClient throwing when the v10 of SqlTypes assembly isn't present. The exception is thrown when a spatial type is deserialized in SqlDataReader.GetValue. To avoid this spatial values will be...
View ArticleEdited Issue: Code First pipeline errors with recent builds [849]
A large model shared by a customer that contains around 1900 entities causes an error in DbModel.Compile() with recent builds of EF6 (I tried 1/29/2013 nightly build) but works with EF6 alpha 2.The...
View ArticleSource code checked in, #e3bd019e255c
Merge branch 'master' of https://git01.codeplex.com/entityframework
View Article