Created 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 Unassigned: EFDesigner (v12): Association Set Name pluralization...
___This is blocking at least one P1 QA test.___If we determine that the new behavior is preferred, I will update the QA test to support the new behavior.1. Add a new C# project.2. Add a new db-first...
View ArticleUpdated Wiki: EF Configuration and Extensibility
EF Dependency ResolutionIntroductionEF has historically taken a rather ad-hoc approach to runtime configuration and extensibility. The changes for EF6 described here andin the post covering code-based...
View ArticleUpdated Wiki: Code-based Configuration
Code-based ConfigurationBackgroundIn EF 4.1 most configuration was done through code. In EF 4.3 we added the EntityFramework configuration section to allow configuration via config file.Both code-based...
View ArticleCreated Unassigned: EF6 VB .tt codegen is broken (ships with Designer) [1112]
I'm seeing one null ref exception and another typo in the EF6 codegen. ("FixNamespace" should be "FixNamespaces")
View ArticleCreated Unassigned: SqlProviderServices.ValidateVersionHint should avoid...
When EF6 is used with an EDMX which contains an SSDL Schema element with a ProviderManifestToken=2005, the call to BufferedDataReader.ReadMetadata() will handle a ProviderIncompatibleException due to...
View ArticleCommented Unassigned: SqlProviderServices.ValidateVersionHint should avoid...
When EF6 is used with an EDMX which contains an SSDL Schema element with a ProviderManifestToken=2005, the call to BufferedDataReader.ReadMetadata() will handle a ProviderIncompatibleException due to...
View ArticleNew Post: Recursion and pattern matching
Hello, F#-language is very powerful .NET-language. It uses mainly combination of recursion and pattern matching. SQL has also support for recursion * and pattern matching *. Both operations are...
View ArticleSource code checked in, #dad4d865c4b8ac4eb5d749b1ca540f4859c1a1dd
Migrations: Adds Alter/Move/Rename support for entity modification functions - Updates differ to detect modification function moves/renames/alters. - Adds corresponding operations/SQL...
View ArticleEdited Issue: Power Tools: Wrong key mapping in the Reverse Engineer Code...
Ok, my Database is made on the Brazil originally in the IBM Informix, and i trying to migrate to SQL Server, i've copy the structure data (table, primary and foreign keys) via SQL script, and i doing a...
View ArticleEdited Issue: Polish the help messages of the PS migration commands [471]
Get-Help Enable-Migrations, Update-Database, Get-Migrations, Add-Migration - It looks like we have hard-coded line breakers. See the attached image. Get-Help Enable-Migrations -example,...
View ArticleEdited Issue: Error with Entity Framework PowerTools [923]
I try to use the entity framework powertools to reverse engineer code first and I get the following error message when I try to use View Entity Data Model (read only) after Reverse Engineer code first...
View ArticleEdited Unassigned: EF6 VB .tt codegen is broken (ships with Designer) [1112]
I'm seeing one null ref exception and another typo in the EF6 codegen. ("FixNamespace" should be "FixNamespaces")
View ArticleEdited Issue: Designer: SDE reference added on new model when EF6...
__Steps:__1. New project2. Install EF6 package3. Add new EDMX__Unexpected result:__* Project references System.Data.Entity.dll
View ArticleEdited 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: Designer: COMException while adding templates during...
__Repro steps__:1. New Empty ADO.NET Entity Data Model2. Add Code Generation Item3. Update/Generate__Unexpected result__:* An error dialog is shown with the following message: An exception of type...
View ArticleCreated Unassigned: Connection resiliency: possible data corruption if...
The connection resiliency feature on EF6 automatically deals with database operations that can fail due to transient conditions and need to be retried one or more times until they succeed. The...
View ArticleEdited Unassigned: Connection resiliency: possible data corruption if...
The connection resiliency feature on EF6 automatically deals with database operations that can fail due to transient conditions and need to be retried one or more times until they succeed. The...
View ArticleClosed Unassigned: Designer (v12): Mapping details does not immediately show...
1. Create a new db-first edmx with at least one table checked.2. Add new entity.3. Right click and view table mappings.4. In mapping details, attempt to map the entity to a table.Expected:Mapping shows...
View ArticleSource code checked in, #d802f15bae751ee5979ee179806090ee4be6e925
Migrations: Adds Alter/Move/Rename support for association set modification functions - Updates differ to detect modification function moves/renames/alters for association set modification functions.
View Article