Edited Issue: Designer: Consider removing facet propagation feature [642]
This feature was added in EF Designer for VS 2012, but it turns out the implementation only works for SQL Server. We need to improve our understanding of the effects of removing it and consider...
View ArticleEdited Issue: Designer: Consider removing facet propagation feature [642]
This feature was added in EF Designer for VS 2012, but it turns out the implementation only works for SQL Server. Before we can remove it we need to improve our understanding of the possible effects...
View ArticleEdited Issue: Code First: Allow subclasses to map field to same database...
When using TPH inheritance, Code First requires every field defined in a subclass to be mapped to a unique database column. However, there are scenarios where it would be simpler for subclasses to map...
View ArticleCommented Issue: Code First: Allow subclasses to map field to same database...
When using TPH inheritance, Code First requires every field defined in a subclass to be mapped to a unique database column. However, there are scenarios where it would be simpler for subclasses to map...
View ArticleNew Post: [Vs2012] EF Designer opens EDMX only as XML
I have a question about the EF Designer in VS2012. I have a project created in VS2010 and when I open it in VS2012, the EDMX file is only opened as XML files.Why is this so?
View ArticleCreated Issue: Table splitting: InvalidOperationException - sequence contains...
I have a repro for what I think might be an EF bug. I would like to split one table across two entities. Each of those entites contains a reference to a third entity. The two references must be exposed...
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: This issue basically seems to be a subset of issue #57 - Allow indexes to be specified using attribute/fluent API. A unique constraint just uses a...
View ArticleNew Post: [Vs2012] EF Designer opens EDMX only as XML
Is the Entity Framework Designer for Visual Studio 2012 installed and present inside the Programs and Features list on your machine? If not then you may need to modify your Visual Studio 2012 install...
View ArticleCreated Issue: Migrations: error when dropping inexistent indexes in existing...
This issue has been reported in our UserVoice site (currently with 11...
View ArticleEdited Issue: Migrations: error when dropping inexistent indexes in existing...
This issue has been reported in our UserVoice site (currently with 11...
View ArticleEdited Issue: Migrations: error when dropping inexistent indexes in existing...
This issue has been reported in our UserVoice site (currently with 11...
View ArticleCommented Issue: Table splitting: InvalidOperationException - sequence...
I have a repro for what I think might be an EF bug. I would like to split one table across two entities. Each of those entites contains a reference to a third entity. The two references must be exposed...
View ArticleNew Post: [Vs2012] EF Designer opens EDMX only as XML
BriceLambson wrote:modify your Visual Studio 2012 install and select Microsoft Web Developer Tools from the optional features list.ah, ok. I think I have not installed them. I' ll test it and tell you...
View ArticleCommented Issue: Table splitting: InvalidOperationException - sequence...
I have a repro for what I think might be an EF bug. I would like to split one table across two entities. Each of those entites contains a reference to a third entity. The two references must be exposed...
View ArticleNew Post: [Vs2012] EF Designer opens EDMX only as XML
I believe we also install if Microsoft SQL Server Data Tools is selected, but the Web Tools are probably more appropriate for most developers.
View ArticleEdited Issue: Migrations: error when dropping non-existent indexes when...
This issue has been reported in our UserVoice site (currently with 11...
View ArticleCreated Issue: Support local transactions set on...
This issue has been reported in UserVoice (currently with 6...
View ArticleEdited Issue: Support DbContext.Database.Connection.BeginTransaction [645]
This issue has been reported in UserVoice (currently with 6...
View ArticleEdited Issue: Support BeginTransaction on DbContext.Database.Connection [645]
This issue has been reported in UserVoice (currently with 6...
View Article