Commented Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...
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:<br /><br />ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id,...
View ArticleEdited Issue: EF4.3.1 on .NET 4 / VS2012 - The mapping of CLR type to EDM...
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:<br /><br />ctx.Set<Entities.A>().Select(a => new DTO.A { Id = a.Id,...
View ArticleCreated Issue: EFDesigner ModelFirst should set READ_COMMITTED_SNAPSHOT when...
EFDesigner ModelFirst should set READ_COMMITTED_SNAPSHOT when creating a script for new databases.Similarly to what we have done for CodeFirst - http://entityframework.codeplex.com/workitem/7
View ArticleEdited Issue: EFDesigner - small UI tweaks to make the designer consistent...
Expanders in Win8's new theme should look like triangles and not +/- signs <br />Removing unnecessary spacing on the left of first item (in alignment with Solution Explorer)<br />Related...
View ArticleCommented Issue: EFDesigner - small UI tweaks to make the designer consistent...
Expanders in Win8's new theme should look like triangles and not +/- signs <br />Removing unnecessary spacing on the left of first item (in alignment with Solution Explorer)<br />Related...
View ArticleCreated Issue: Designer: Root item of tree in Model Browser should not be...
Having an expandable root item is generally not very useful and it wastes a lot of vertical space in the Model Browser window. It is also inconsistent with the Solution Explorer in VS.This was...
View ArticleClosed Issue: [UX] Model Browser: Tree triangles inconsistent with Solution...
Currently our tree expansion triangles look inconsistent with those used in Solution Explorer. We should switch to use the same images.<br /><br />Related items:<br...
View ArticleClosed Issue: Aero.NormalColor.xaml should be moved out of XmlCore [321]
We shouldn't be adding VS specific stuff to XmlCore - it's meant to be indepedent of VS. Can you put your code in EntityDesignExplorerFrame instead?<br /><br...
View ArticleEdited 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 Issue: EFDesigner - small UI tweaks to make the designer consistent...
Expanders in Win8's new theme should look like triangles and not +/- signs <br />Removing unnecessary spacing on the left of first item (in alignment with Solution Explorer)<br />Related...
View ArticleNew Comment on "Documentation"
Attached database functional tests fails with the following error: "Directory Lookup for the File Failed with Operating System Error 5 (Access is Denied)" Adding full control access to "Everyone" on...
View ArticleNew Comment on "Documentation"
Attached database functional tests fails with the following error: "Directory Lookup for the File Failed with Operating System Error 5 (Access is Denied)" Adding full control access to "Everyone"...
View ArticleNew Comment on "Documentation"
Attached database functional tests fails with the following error: "Directory Lookup for the File Failed with Operating System Error 5 (Access is Denied)" Adding full control access to "Everyone"...
View ArticleEdited Feature: Consider setting the READ_COMMITTED_SNAPSHOT option to ON in...
This database-level option changes the implementation of the default transaction isolation level (read committed) to use snapshots instead of shared locks, potentially allowing for more scalability and...
View ArticleEdited Feature: Support Dependency Injection pattern [410]
Add DI pattern to EF and enable pattern for some components (incl provider and database initializers)
View ArticleEdited Task: Migrations: More exploratory testing [417]
We identified migrations as somewhere we'd like to do more exploratory testing.
View ArticleClosed Task: Migrations: More exploratory testing [417]
We identified migrations as somewhere we'd like to do more exploratory testing.Comments: Testing has been done.
View ArticleEdited Issue: Migrations table insert query too long when fully-qualified...
When first running Build.cmd, two tests fail. Upon subsequent runs, these tests pass, because the database has already been initialized. These are the two tests:<br...
View ArticleEdited Issue: Investigate claims that EF5 is generating more APPLY statements...
Some customers have reported that EF5 is generating more OUTER APPLY statements during query generation. This in turn is causing third-party databases (including Oracle and MySQL) to not work properly...
View ArticleClosed Issue: Investigate claims that EF5 is generating more APPLY statements...
Some customers have reported that EF5 is generating more OUTER APPLY statements during query generation. This in turn is causing third-party databases (including Oracle and MySQL) to not work properly...
View Article