Created Issue: Designer: Improve perf of Model Browser search in large models...
This issue was reported via a private Connect issue.Searching in Model Browser can hang Visual Studio while searching thru a large model.
View ArticleCommented Issue: Designer: Improve perf of Model Browser search in large...
This issue was reported via a private Connect issue.Searching in Model Browser can hang Visual Studio while searching thru a large model.Comments: **EF Team Triage:** We are only taking minimal changes...
View ArticleCreated Issue: Code First: TPC with two abstract base classes fails [981]
The following code fails to build a model because there are two abstract base classes before the first concrete class. Removing BillingDetailBase causes the model to be successfully built.```public...
View ArticleEdited Issue: Code First: TPC with two abstract base classes fails [981]
The following code fails to build a model because there are two abstract base classes before the first concrete class. Removing BillingDetailBase causes the model to be successfully built.```public...
View ArticleCreated Issue: Designer: Unhelpful error message after upgrading to VS2012...
This issue was reported via Connect http://connect.microsoft.com/VisualStudio/feedback/details/761883/vs-give-unknown-error-message-while-generating-db-from-efThe Connect issue records that a few...
View ArticleEdited Issue: Designer: Unhelpful error message after upgrading to VS2012...
This issue was reported via Connect http://connect.microsoft.com/VisualStudio/feedback/details/761883/vs-give-unknown-error-message-while-generating-db-from-efThe Connect issue records that a few...
View ArticleCommented Feature: Use NEWSEQUENTIALID() instead of NEWID() for GUID keys [71]
This item was migrated from the DevDiv work item tracking system [ID=32229].This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleCreated Feature: LINQ to Entities: Support String.IsNullOrWhitespace() [983]
The CLR method `String.IsNullOrWhitespace()` should be mapped to the canonical function `IsNull(value) OR Length(Trim(value)) = 0`
View ArticleEdited Feature: LINQ to Entities: Support String.IsNullOrWhitespace() [983]
The CLR method `String.IsNullOrWhitespace()` should be mapped to the canonical function `IsNull(value) OR Length(LTrim(value)) = 0`
View ArticleCommented Feature: LINQ to Entities: Support String.IsNullOrWhitespace() [983]
The CLR method `String.IsNullOrWhitespace()` should be mapped to the canonical function `IsNull(value) OR Length(LTrim(value)) = 0`Comments: Actually, this may not be the right thing to do. SQL...
View ArticleCommented Issue: VarBinary IsMaxLength causes FormatException in EF CodeFirst...
In the previous version this functionality was working fine. Probably with the introduction with EF migrations this bug was introduced (looking at the stacktrace). We have a property of type byte[]...
View ArticleEdited Feature: Use NEWSEQUENTIALID() instead of NEWID() for GUID keys [71]
This item was migrated from the DevDiv work item tracking system [ID=32229].This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View ArticleSource code checked in, #81550b43907b
Fix debug build test failures due to erroneous asserts/assumptions.
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 ArticleCreated Issue: Supporting Azure Federated SQL Database: Cannot Not Have...
Hi thereAs a heads up...For a while now we've successfully been using EF 5.0 with an Azure Federated SQL Database on a greenfield project (not production ready).In order to do so, the first command...
View ArticleSource code checked in, #c43e3bf466a0
TimeGotTheTimeTickTickTickinInMyHead (Add first-class support for CommandTimeout in DbContext) It was previously possible to set the CommandTimeout for most operations by dropping down to...
View ArticleEdited Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleCommented Issue: EF 6 and SQL Azure Federations [978]
Hi,I'm currently working on a new project with EF6 (ntityFramework 6.0.0-alpha3) and I encounter a problem with the SQL Azure federations...According to [this article...
View ArticleCreated Issue: Consider adding CommandTimeout to static Database methods [985]
The non-static methods on Database use the CommandTimeout set for the context using the Database.CommandTimeout property. Static methods obviously can't use this, so we should consider adding an...
View ArticleEdited Feature: Code First: Allow timeout to be set for DbSet.SqlQuery [59]
This item was migrated from the DevDiv work item tracking system [ID=307945].
View Article