Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live
↧

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 Article


Edited 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 Article


Created 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 Article

Edited 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 Article

Commented 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 Article


Created 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 Article

Closed 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 Article

Closed 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 Article


Edited 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 Article


Commented 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 Article

New 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 Article

New 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 Article

New 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 Article


Edited 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 Article

Edited Feature: Support Dependency Injection pattern [410]

Add DI pattern to EF and enable pattern for some components (incl provider and database initializers)

View Article


Edited Task: Migrations: More exploratory testing [417]

We identified migrations as somewhere we'd like to do more exploratory testing.

View Article

Closed 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 Article


Edited 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 Article

Edited 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

Closed 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
Browsing all 10318 articles
Browse latest View live