Commented Issue: Setup: In-box VS11 msi doesn't detect newer OOB versions [1069]
In order for the in-the-box EFTools.msi -- the one that shipped with Visual Studio 2012 and Update 1 -- to detect newer version of the product, the newer version must be between '11.1.21009.00' and...
View ArticleEdited Issue: Composable function parameters do not support Unicode names [1126]
Looks like they are getting run through some bad regex. This affects the designer's ability to reverse engineer from databases with non-English TVF parameter strings.**Note to EF Team:** This bug is...
View ArticleCommented Issue: Composable function parameters do not support Unicode names...
Looks like they are getting run through some bad regex. This affects the designer's ability to reverse engineer from databases with non-English TVF parameter strings.**Note to EF Team:** This bug is...
View ArticleEdited Issue: Setup: In-box VS11 msi doesn't detect newer OOB versions [1069]
In order for the in-the-box EFTools.msi -- the one that shipped with Visual Studio 2012 and Update 1 -- to detect newer version of the product, the newer version must be between '11.1.21009.00' and...
View ArticleCommented Issue: Port Fix: An enum in a different assembly triggers type...
We're using EF 4.3.1 code-first under .NET 4.0 and VS2012. We have a query that looks similar to the following:ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id, Name = a.Name...
View ArticleCommented Issue: Designer: Can't select EF6 for model-first [1111]
__Steps:__1. New Project2. Add new ADO.NET Entity Data Model item3. Empty model4. Update/Generate__Unexpected result:__EF6 is disabled and notification reads, "Your project references an older version...
View ArticleClosed Issue: Designer: Can't select EF6 for model-first [1111]
__Steps:__1. New Project2. Add new ADO.NET Entity Data Model item3. Empty model4. Update/Generate__Unexpected result:__EF6 is disabled and notification reads, "Your project references an older version...
View ArticleEdited Issue: EF 4 - Conditional mapping makes memory consumption to reach...
This issue was filed on Connect. A member of the EF team at Microsoft will need to follow up on the Connect bug when the issue is resolved. TFS ID: 444663Repro files are available in the TFS bug...
View ArticleEdited Issue: NullReferenceException when saving entities with certain...
"4/3/2012 9:37:27 AM Edited by Arthur Vickers VS11 resolutionWe should fix this for EF6 but we will not fix this for VS11 based on:The scenario is a corner case in that A lot of conditions have to be...
View ArticleCreated Unassigned: Designer: Model generation broken for legacy providers...
I encountered the following error while Generating/Updating a model from the database using the MySQL provider.It looks like LegacyDbExpressionConverter doesn't handle DbCastExpression.```Unable to...
View ArticleEdited Issue: Designer: Model generation broken for legacy providers that use...
I encountered the following error while Generating/Updating a model from the database using the MySQL provider.It looks like LegacyDbExpressionConverter doesn't handle DbCastExpression.```Unable to...
View ArticleSource code checked in, #e6f8946dd9d14ec341f31a683f5e3121b5fd3527
Merge branch 'master' of https://git01.codeplex.com/entityframework
View ArticleEdited Issue: CodeFirst: Each call to Map/MapToStoredProcedures overrides the...
When making multiple calls to MapToStoredProcedures, we override the previous map stored proc settings. This is a bit confusing. For instance:``` C#modelBuilder .Entity<Blog>()...
View ArticleCommented Issue: CodeFirst: Each call to Map/MapToStoredProcedures overrides...
When making multiple calls to MapToStoredProcedures, we override the previous map stored proc settings. This is a bit confusing. For instance:``` C#modelBuilder .Entity<Blog>()...
View ArticleEdited Issue: CodeFirst Fluent creating Table in wrong Schema when...
Probably related to issue 716The following configuration is working as excepcted when accessing the existing table "MyTable" in Schema "My.Schema" via EF and null IDatabaseInitializer.If you use...
View ArticleCommented Issue: CodeFirst Fluent creating Table in wrong Schema when...
Probably related to issue 716The following configuration is working as excepcted when accessing the existing table "MyTable" in Schema "My.Schema" via EF and null IDatabaseInitializer.If you use...
View ArticleCommented Issue: Code First :: When having model with 2 discriminator...
When running the following repro TWICE:namespace Repro{ using System.Data.Entity; using System.Linq; public class MyContext : DbContext{ public DbSet<Parent> Entities { get; set; } protected...
View ArticleEdited Issue: Designer: Model generation broken for legacy providers that use...
I encountered the following error while Generating/Updating a model from the database using the MySQL provider.It looks like LegacyDbExpressionConverter doesn't handle DbCastExpression.```Unable to...
View ArticleCommented Issue: Designer: Model generation broken for legacy providers that...
I encountered the following error while Generating/Updating a model from the database using the MySQL provider.It looks like LegacyDbExpressionConverter doesn't handle DbCastExpression.```Unable to...
View ArticleEdited Issue: Composable function parameters do not support Unicode names [1126]
Looks like they are getting run through some bad regex. This affects the designer's ability to reverse engineer from databases with non-English TVF parameter strings.**Note to EF Team:** This bug is...
View Article