Edited Issue: Migrations: Allow context and migrations to be in separate...
As it stands now, the Migrations tooling prevents you from creating your DbContext and DbMigrationsConfiguration classes in different projects.Steps:1. Create Project1 with a DbContext in it (start-up...
View ArticleEdited Issue: Simplify exception message for connection failures [356]
If you specify an invalid connection string (or if the database server specified is for some reason unreachable) you most likely get an exception like this: 'An error occurred while getting provider...
View ArticleCommented Issue: Simplify exception message for connection failures [356]
If you specify an invalid connection string (or if the database server specified is for some reason unreachable) you most likely get an exception like this: 'An error occurred while getting provider...
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. Dev11 TFS ID: 444663Repro files are available in the TFS bug...
View ArticleEdited Issue: Migrations: Column facet changes are not scaffolded when...
If you rename a column and change any other facet (data type, length, etc.) we only detect the rename and don't alter the factes.The facet changes could happen before or after the rename.
View ArticleEdited Issue: Make information about entities/relationships available from...
Currently it is very hard to debug exceptions for thinks like referential constraint violations and conceptual nulls because no information about the entities or relationships involved is made...
View ArticleEdited Issue: Fail more gracefully if NuGet is not installed when using the...
Now that the DbContext templates are in the box and they bring in NuGet automatically it means that the EF designer has a dependency on NuGet. If NuGet is uninstalled then using the new EDM wizard...
View ArticleEdited Issue: Improve caching of Object-Conceptual Mapping [325]
Currently the C-S part of the MetadataWorkspace is cached by AppDomain, as also are the results from calling LoadFromAssembly on a specific assembly for a specific model, but O-C mapping has to be...
View ArticleCreated Issue: Refactor and consolidate EFDesigner model validation and...
In the EFDesigner validation is happening in many places. This code should be refactored. We should also try reusing model validaiton that lives in the runtime dll and remove error codes/numbers.
View ArticleEdited Issue: Database first: Consider improving experience when key metadata...
Currently when metadata about the key of a table, view or function is missing we apply an heuristic to infer a synthetic key. This mechanism usually comes up with something that doesn't match user...
View ArticleEdited Issue: Database first: Consider improving experience when key metadata...
Currently when metadata about the key of a database object is missing we apply an heuristic to infer a synthetic key. This mechanism usually comes up with something that doesn't match user expectations...
View ArticleEdited Issue: Database first: Consider improving experience when key metadata...
Currently when metadata about the key of a database object is missing we apply an heuristic to infer a synthetic key. This mechanism usually comes up with something that doesn't match user expectations...
View ArticleEdited Issue: Database first: Consider improving experience when key metadata...
Currently when metadata about the key of a database object is missing we use a heuristic to infer a synthetic key. This mechanism usually comes up with something that doesn't match user expectations...
View ArticleEdited Feature: Public query cache [246]
We should have a design for the public surface of the query cache, so that people can easily do things like:- Checking whether a specific query has a matching entry in the query cache- Checking how...
View ArticleEdited Issue: Remove the logic that adds the application token to connection...
The original goal of changing the connection string is to obtain metris of EF usage in SQL Azure. The problem with this is that fiddling with the connection string when the user is not explicitly...
View ArticleCreated Issue: Provide a way to inject, in the Traslator, a custom entity...
Basically provide a way for the user to create entity instances before the materialization occurs in order to be able to support POCO entities with non parameterless constructors.
View ArticleEdited Issue: Provide a way to inject, in the Translator, a custom entity...
Basically provide a way for the user to create entity instances before the materialization occurs in order to be able to support POCO entities with non parameterless constructors.
View ArticleCreated Issue: Support Read-only Views with no PK in CodeFirst model [802]
Sometimes we have views in the application that have no specific PKs and are used as read-only references for other operations.EF currently throws an exception "EntityType 'X' has no key defined....
View ArticleNew Post: ToList in nested select
See this blog post: http://refactorthis.wordpress.com/2012/07/20/entity-framework-tolist-in-nested-type-linq-to-entities-does-not-recognize-the-method/#comment-101 Please consider adding this. Thanks!
View ArticleNew Post: EF Migrations: Add extension support for new operations
Hi, I didn't receive any answer about the CLA yet, is normal to take it so long? Thanks!
View Article