Created Unassigned: EFTools.msi sometimes does not drop the 3 DLLs on disk...
From Nathan:I’ve been looking into the issue where EFTools.msi does not drop the 3 DLLs on disk (EntityFramework.dll + 2 providers). Using the logs from the two cases, I’ve found the lines where this...
View ArticleCommented Unassigned: EFTools.msi sometimes does not drop the 3 DLLs on disk...
From Nathan:I’ve been looking into the issue where EFTools.msi does not drop the 3 DLLs on disk (EntityFramework.dll + 2 providers). Using the logs from the two cases, I’ve found the lines where this...
View ArticleSource code checked in, #d0ba5662fcd0e66a007a88270e6efe0ee5ff298b
NotOnlyElectricEquipmentWorksBetterWhenPluggedIn - invoking writing mappings for composable functions We had code to serialize mappings for composable functions which was never invoked and therefore in...
View ArticleCreated Unassigned: Code First :: foreign key nullability is not determined...
Consider the following model: public class Developer{ public string Alias { get; set; } public __int?__ TeamId { get; set; } public Team DevTeam { get; set; }} public class Team{ public int Id { get;...
View ArticleCommented Unassigned: CascadeOnDelete annotation [1062]
I don't really like the fluent APII would really enjoy this functionality: __[CascadeOnDelete]__``` public class SimpleVideo{ public string Name { get; set; } public int SimpleVideoId { get; set;...
View ArticleClosed Unassigned: CascadeOnDelete annotation [1062]
I don't really like the fluent APII would really enjoy this functionality: __[CascadeOnDelete]__``` public class SimpleVideo{ public string Name { get; set; } public int SimpleVideoId { get; set;...
View ArticleClosed Task: Code Cleanup: Questionable use of doubles to represent EDM...
Copying items form our 'technical debt' list into CodePlex for triage and tracking.Comments: This would be a breaking change and we don't think it's worth the effort given how tight we are getting the...
View ArticleClosed Task: AutomaticMigration and BootstrapMigration should be consts...
Strings.AutomaticMigration and Strings.BootstrapMigration show up in resources but were not localized for EF5. In fact localizing them may cause functionality issues and thus should be removed from...
View ArticleEdited Feature: CodeFirst: Make rows affected parameter optional [1070]
When using concurrency and sprocs, the rows affected parameter is actually optional. If none is specified, then EF falls back to the affect row count returned from ExecuteNonQuery. We should:1) Change...
View ArticleNew Post: Property Mapping.
I have been trying to implement user defined properties on a test project. I am using a TypeDescriptionProvider solution with code first where my base entity object has a dictionary that acts as a...
View ArticleEdited Unassigned: Customized migration history doesn't work well with...
Repro:Create basic application with the model shown belowPM> Install-package entityframework -pre -version 20410PM> Enable-MigrationsAdd custom factory to migrations configuration file as shown...
View ArticleCommented Unassigned: Customized migration history doesn't work well with...
Repro:Create basic application with the model shown belowPM> Install-package entityframework -pre -version 20410PM> Enable-MigrationsAdd custom factory to migrations configuration file as shown...
View ArticleCommented Unassigned: Customized migration history doesn't work well with...
Repro:Create basic application with the model shown belowPM> Install-package entityframework -pre -version 20410PM> Enable-MigrationsAdd custom factory to migrations configuration file as shown...
View ArticleEdited Issue: Support Generate Views on EF6 [369]
"Generate Views" is currently not supported on EF6. This is due to the moved types and the lack of an EF6-compatible System.Data.Entity.Design.dll.Related work item: 436
View ArticleNew Post: Property Mapping.
@pglaspey: It is certainly a current limitation in the object mapping capabilities of EF and one that we would like to remove in the future as part of a feature we often refer to as 'custom O-C...
View ArticleReviewed: Entity Framework 5.0.0 (四月 25, 2013)
Rated 5 Stars (out of 5) - 5534645645645
View ArticleSource code checked in, #fad2033ffe46edf452b06188e72b7a106766016f
Removed HashOverAllExtentViews and related code (part of CodePlex workitem #606)
View ArticleSource code checked in, #7bd2698ee90d18026ca25a2b5307c0f2a3617bf7
CodePlex workitem #816: Added code to sort sequences before being enumerated in order to create a hash that does not depend on the order if items
View ArticleEdited 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 ArticleCommented 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 Article