Created Issue: Wrong (?) platform target in project [919]
The EntityFramework.SqlServerCompact project has four build configurations, 3 of them has Platform Target "AnyCPU", but the "Release" configuration has Platform taget: x86 - I believe that in all cases...
View ArticleCommented Issue: Wrong (?) platform target in project [919]
The EntityFramework.SqlServerCompact project has four build configurations, 3 of them has Platform Target "AnyCPU", but the "Release" configuration has Platform taget: x86 - I believe that in all cases...
View ArticleNew Post: Entity Creation Extensibility
Hello, Are there any plans to support an extensibility mechanism to support the custom creation of entity instances (e.g. POCOs, genertaed entity classes, etc.) in EF6 or in future? I could see the...
View ArticleCommented Issue: NullReferenceException when using Migrations and 6.0 alpha3...
I just updated my project to the 6.0.0-alpha 3 and now I am getting the following exception:```[NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.]...
View ArticleClosed Issue: NullReferenceException when using Migrations and 6.0 alpha3 [914]
I just updated my project to the 6.0.0-alpha 3 and now I am getting the following exception:```[NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.]...
View ArticleClosed Issue: EntityFramework 6.0.0-alpha3 - EdmxWriter.WriteEdmx() fails...
The following extension works for EF6 alpha2 but stopped working with alpha3 with null reference exception. The failing statement is the EdmxWriter.WriteEdmx(..)The views pre-generation is performed on...
View ArticleSource code checked in, #e3193424a344
GoingOutOfBusinessSale (Ensure related ends are available to change tracking proxies following Code First o/c loading changes) There exists something that is known as the "expensive" o-space loading...
View ArticleCommented Issue: Improve performance of LazyInternalConnection.Initialize [828]
A few tests have indicated that there is a performance benefit obtained when the context is cached and re-used in multiple queries. Profiles indicate that the performance difference when the context is...
View ArticleEdited Issue: Improve performance of DbContext initialization [828]
A few tests have indicated that there is a performance benefit obtained when the context is cached and re-used in multiple queries. Profiles indicate that the performance difference when the context is...
View ArticleNew Post: Update-Database throws NullReferenceException (alpha 3)
The same here. It worked with EF6 Alpha 2.
View ArticleNew Post: Any statements on Unique Key Plans?
I see that it is listed as Under Review on UserVoice and it had been planned for EF5 and was pulled. It enables some really useful scenarios - any hopes that we will see it in EF6? Nothing in the plans...
View ArticleSource code checked in, #35852e8392ad
ISwearIHaveTheReference - fix for: Null Reference Exception thrown when creating model with entity splitting and table splitting When configuring relationships we modify AssociationType KeyMembers...
View ArticleEdited Issue: Code First :: Null Reference Exception thrown when creating...
When trying to issue query (or whatever else) with the following model (with entity splitting and table splitting), I get NullReferenceException: public class ArubaRun{ public int Id { get; set; }...
View ArticleCommented Issue: Code First :: Null Reference Exception thrown when creating...
When trying to issue query (or whatever else) with the following model (with entity splitting and table splitting), I get NullReferenceException: public class ArubaRun{ public int Id { get; set; }...
View ArticleSource code checked in, #54182ee7e89b
Code First: Fix for #887 - Improve fluency of entity configuration APIs - Fixed some places where we weren't allowing fluent method chaining. work item: 887
View ArticleNew Post: Update-Database throws NullReferenceException (alpha 3)
I just submitted a fix for work item 867 (35852e8392ad). It should fix the NRE. The fix should be included in the today's nightly build. Can you give it a try and let me know if this fixed the problem?
View ArticleSource code checked in, #5c44b4e071b4
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleEdited Feature: Code First: Improve fluency of entity configuration APIs [887]
Some of the methods on EntityTypeConfiguration aren't chain-able. I.e. ToTable, Ignore.
View ArticleCommented Feature: Code First: Improve fluency of entity configuration APIs...
Some of the methods on EntityTypeConfiguration aren't chain-able. I.e. ToTable, Ignore.Comments: Fixed in changeset 54182ee7e89b
View Article