Commented Issue: Improve compatibility of EF Designer with Visual Studio 2012...
The Visual Studio 2012 Color Theme Editor is an extension released at http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05 that allows Visual Studio 2012 users to select...
View ArticleClosed Issue: Improve compatibility of EF Designer with Visual Studio 2012...
The Visual Studio 2012 Color Theme Editor is an extension released at http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05 that allows Visual Studio 2012 users to select...
View ArticleCommented Task: Port Fix: Designer: Reduce VM usage when adding new model [414]
We should try and reduce the virtual memory usage when you add a new Entity Data Model in VS2012.Comments: Verified
View ArticleClosed Task: Port Fix: Designer: Reduce VM usage when adding new model [414]
We should try and reduce the virtual memory usage when you add a new Entity Data Model in VS2012.Comments: Verified
View ArticleCreated Unassigned: " characters in Table names generate invalid migrations...
When double quote characters are added to a table name they aren't properly escaped in generated migrations codeAdding this block of code: protected override void OnModelCreating(DbModelBuilder...
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 ArticleClosed 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 ArticleClosed Issue: Migrations: 5 -> 6 upgrade on Azure broken [739]
From this thread: http://entityframework.codeplex.com/discussions/406754 it looks like our strategy for upgrading the history table doesn't work on Azure.Comments: Verified, closing
View ArticleClosed Issue: Migrations: Can't move history table after 5->6 upgrade [1146]
After upgrading an existing, migrations-enabled app from 5 to 6, moving the history table via HasDefaultSchema is broken. The issue is that we update the history table by _adding_ the new ContextKey...
View ArticleCommented Unassigned: Need support for Duplicate Class name over differing...
I was hoping to model two sets with EF which share the same class name, but found this is not possible at the moment.Consider the following two sets:1. public DbSet<Postal.Address>...
View ArticleClosed Unassigned: Need support for Duplicate Class name over differing...
I was hoping to model two sets with EF which share the same class name, but found this is not possible at the moment.Consider the following two sets:1. public DbSet<Postal.Address>...
View ArticleEdited Task: Add time zone info to DbCommandLogger output [1151]
As per discussion in the design meeting. See: https://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%20May%2016%2c%202013
View ArticleEdited Issue: Visual Studio 2012 with latest EF designer: Error message: A...
Repro steps:1. Install VS11 VNS (sanity test passed) 2. Install latest EF tools, it’s upgraded. 3. Run sanity test again, there’s now options to choose EF6.0 or 5.0, choose 6.0.4. new Windows class...
View ArticleEdited Issue: [LOC] LogCommand_logs_command_text_and_parameters test failed...
System.Data.Entity.Infrastructure.DbCommandLoggerTests+LogCommand.LogCommand_logs_command_text_and_parameters: Assert.Equal() FailurePosition: First difference is at position 13Expected: -- Param2:...
View ArticleCommented Issue: [LOC] LogCommand_logs_command_text_and_parameters test...
System.Data.Entity.Infrastructure.DbCommandLoggerTests+LogCommand.LogCommand_logs_command_text_and_parameters: Assert.Equal() FailurePosition: First difference is at position 13Expected: -- Param2:...
View ArticleUpdated Wiki: Interception
InterceptionGoalsThe high-level goal for the interception feature is to allow external code to observe and potentially intercept EF operations. The specific goal for EF6 is to allow generated SQL to be...
View ArticleCommented Unassigned: Wrong entity returned when using orderby, let and...
I have attached a console application to demonstrate the problem:I have a list of entities: A.Each entity A has 2 separate collections of entity B associated with it Bs1, and Bs2.The query should...
View ArticleClosed Issue: UseStrongSpatialTypes annotation missing when upgrading CSDL...
When upgrading CSDL 2.0 to CSDL 3.0 with the designer the UseStrongSpatialTypes annotation (set to false) is not added to the schema. This may result in a message/exception saying: "Currently, spatial...
View ArticleClosed 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 ArticleClosed Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View Article