Commented Unassigned: Issues mixing conventions and entity inheritance [1545]
I'm using current EF 6.0 code - my own local build of EF against the master branch, synced an hour or two ago. I synched just to make sure that the problems I'm seeing weren't already fixed.I've...
View ArticleCommented Unassigned: Database deleted [1537]
I am using EF for a project and a database was recently dropped and with some digging this was discovered: _an Object:Deleted event occurred on the xxxx database executed by EntityFrameworkMUE (the...
View ArticleCreated Issue: Investigate initial catalog test failing in CI build [1554]
This test seems to be failing on a fairly regular basis on the CI machine. There have also been failures on dev...
View ArticleCommented Issue: Auto Compiled Queries should cache queries that can't be...
"The presence of certain operations, such as Enumerable.Contains, in a LINQ to Entities query can result in the translation of the query to be dependent on an argument passed to the query. For...
View ArticleEdited Issue: Cannot compile queries that use Include [135]
This item was migrated from the DevDiv work item tracking system [ID=12527]. This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleCommented Issue: Cannot compile queries that use Include [135]
This item was migrated from the DevDiv work item tracking system [ID=12527]. This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleCommented Feature: Provide access to the expression tree [104]
"The expression tree of a LINQ query is not available. If it was available to the developer a number of capabilities could open up. This dcr is filed after work with a customer to enhance the Entity...
View ArticleCommented Issue: Generate pre-compiled views on the fly as needed instead of...
One of the things blocking the use of pre-compiled views for us at work is the fact that there's no easy way to automate it. It looks like the current implementation of pre-compiled views is something...
View ArticleCommented Feature: Unique Constraints [299]
Support unique constraints on non-key columnsComments: Note for triage: we discussed recently about trying to at least start this work in the next version.
View ArticleCreated Unassigned: EF6-beta 1 - DateTimeOffset Precision is null [1559]
Calling ObejectContext.CreateDatabaseScript for a model that includes a DateTimeOffset column results in a null reference exception in GetPrecision.Here's the stacktrace:``` at...
View ArticleCommented Issue: [NonVS] EF5 with dbcontext: Dragging a child entity from...
Action: Update content to show how to do this with EF Designer (walkthrough is Code First only)using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create...
View ArticleCommented Issue: [NonVS] EF5 with dbcontext: Dragging a child entity from...
Action: Update content to show how to do this with EF Designer (walkthrough is Code First only)using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create...
View ArticleCommented Unassigned: Disabling model changed check for each request [1558]
This is more of a feature request.I understand that EF checks if the model has changed when a request arrives for the app. The _MigrationHistory table is use for this if I am not wrong. Is this check...
View ArticleCommented Issue: Issues mixing conventions and entity inheritance [1545]
I'm using current EF 6.0 code - my own local build of EF against the master branch, synced an hour or two ago. I synched just to make sure that the problems I'm seeing weren't already fixed.I've...
View ArticleEdited Task: [RTM] Standardize assembly attributes across runtime and tooling...
We are not consistent in the values we put into fields such as the file description and copyright. Also include the attributes in EntityFramework.psd1 in this effort.
View ArticleCommented Task: [RTM] Standardize assembly attributes across runtime and...
We are not consistent in the values we put into fields such as the file description and copyright. Also include the attributes in EntityFramework.psd1 in this effort.Comments: Fixed in changeset...
View ArticleSource code checked in, #5c9626d6a6cd6216cb09000b710143d4c358652e
Merge branch 'release-6.0.0'
View ArticleCommented Task: Web deploy (asp.net) depends on Designer's EF.dll [1183]
This bug is to track on our end that this gets fixed after vspreview. We can't have other products relying on the Common7\IDE\EntityFramework.dll that ships with the designer.Comments: I just hit what...
View ArticleCommented Issue: Issues mixing conventions and entity inheritance [1545]
I'm using current EF 6.0 code - my own local build of EF against the master branch, synced an hour or two ago. I synched just to make sure that the problems I'm seeing weren't already fixed.I've...
View Article