Commented Issue: [Needs Investigation] EF Code First Table Splitting issue...
I am trying to use "Table Splitting" in EF Code First and it works fine when I use one of the entities relationships of type one-to-many, but as soon as I use it in a many-to-many relationship I start...
View ArticleCommented Issue: [Needs Investigation] EF Code First Table Splitting issue...
I am trying to use "Table Splitting" in EF Code First and it works fine when I use one of the entities relationships of type one-to-many, but as soon as I use it in a many-to-many relationship I start...
View ArticleClosed Issue: [Needs Investigation] EF Code First Table Splitting issue when...
I am trying to use "Table Splitting" in EF Code First and it works fine when I use one of the entities relationships of type one-to-many, but as soon as I use it in a many-to-many relationship I start...
View ArticleCommented Feature: Unique Constraints [299]
Support unique constraints on non-key columnsComments: would like to see the unique constraint implemented from the entitytypeconfig class on specific property ...
View ArticleCreated Unassigned: Migrations :: upgrade from EF5 or EF6Beta1 to EF6RTM...
Consider the following model:``` public class Foo{ public int Id { get; set; } public Bar Bar { get; set; }} public class Bar{ public int Id { get; set; } public Foo Foo { get; set; }} public class...
View ArticleEdited Issue: Migrations :: upgrade from EF5 or EF6Beta1 to EF6RTM fails for...
Consider the following model:``` public class Foo{ public int Id { get; set; } public Bar Bar { get; set; }} public class Bar{ public int Id { get; set; } public Foo Foo { get; set; }} public class...
View ArticleEdited Issue: Migrations :: upgrade from EF5 or EF6Beta1 to EF6RTM fails for...
Consider the following model:``` public class Foo{ public int Id { get; set; } public Bar Bar { get; set; }} public class Bar{ public int Id { get; set; } public Foo Foo { get; set; }} public class...
View ArticleCommented Unassigned: sp_executesql exectued extremly slow in some cases! [1574]
__The following query :__```{SELECT [Extent1].[Id] AS [Id], [Extent1].[No] AS [No], [Extent1].[ShortTitle] AS [ShortTitle], [Extent10].[Title] AS [Title], [Extent11].[Title] AS [Title1],...
View ArticleCommented Issue: Query: Needless joining of the same table twice [486]
**This could be related to issue 199 but the query in this bug also has an Include to the table with multiple joins. It may take a more complex fix to remove the excess joins when an Include is...
View ArticleEdited Issue: Query: Unnecessary join from simple linq query [199]
"Repro Steps:1. Create a new console c# project2. Create a new EntityFramework (.edmx) model generated from the AndventureWorks database using only the ""Product"" and ""Product Model"" tables3. Add a...
View ArticleCommented Issue: Query: Unnecessary join from simple linq query [199]
"Repro Steps:1. Create a new console c# project2. Create a new EntityFramework (.edmx) model generated from the AndventureWorks database using only the ""Product"" and ""Product Model"" tables3. Add a...
View ArticleUpdated Wiki: specs
Entity Framework 6As we work on EF6 we will be creating feature specifications, walkthroughs and other documentation.ToolingOur focus with the tooling has been on adding EF6 support and enabling us to...
View ArticleCreated Issue: Remove SqlCompact items from localized EntityFramework...
The SqlCompact resources assembly and intellisense file are being copied into the EntityFramework localized packages.
View ArticleEdited Issue: Remove SqlCompact items from localized EntityFramework packages...
The SqlCompact resources assembly and intellisense file are being copied into the EntityFramework localized...
View ArticleCommented Issue: [NonVS] Test: Investigate initial catalog test failing in CI...
This test seems to be failing on a fairly regular basis on the CI machine. There have also been failures on dev...
View ArticleClosed Issue: [NonVS] Test: Investigate initial catalog test failing in CI...
This test seems to be failing on a fairly regular basis on the CI machine. There have also been failures on dev...
View ArticleCreated Issue: Remove non-public members from shipping Intellisense file [1578]
We have API xml docs on a lot of our non-public surface. These end up in our intellisense file and make it very large - currently 6.7Mb. There is no need to ship all this info for internal API.
View ArticleClosed Issue: [Investigate EF6] [VS] F1 key does not redirect to proper MSDN...
# REPRO0. VS 2013 latest, Console (+EF6 nuget package) or MVC5 app. Add the followingto a method: System.Data.Entity.DbContext x; System.Data.Entity.DbConfiguration y;1. Click DbContext text to make...
View ArticleSource code checked in, #75cdf1746240efda8684fe60b2d657c9f9dbb2b1
Merge branch 'release-6.0.0'
View ArticleEdited Issue: [RTM] UpdateException being hidden by null ref exception in...
Hello,NOTE: Tracing this was done via the Reflector generate PDB function so cannot vouch 100% for accuracy but have I have matched it up with the source in codeplex which makes sense so guessing it's...
View Article