Created Issue: Add Tracing/Logging Infrastructure [496]
Add a Tracing/Logging infrastructure and log useful messages to it.Could use this to log info / warnings / errors e.g. info like SQL being generated behind the scenes (see...
View ArticleEdited Issue: Lazy loading doesn't populate results in initial query [485]
When a database model is created using Entity Framework 5 and the databases populated, lists in the database are not correctly displayed on the first database query of a session. Attached is a sample...
View ArticleCommented Issue: Lazy loading doesn't populate results in initial query [485]
When a database model is created using Entity Framework 5 and the databases populated, lists in the database are not correctly displayed on the first database query of a session. Attached is a sample...
View ArticleClosed Issue: Lazy loading doesn't populate results in initial query [485]
When a database model is created using Entity Framework 5 and the databases populated, lists in the database are not correctly displayed on the first database query of a session. Attached is a sample...
View ArticleCommented Issue: Add Tracing/Logging Infrastructure [496]
Add a Tracing/Logging infrastructure and log useful messages to it.Could use this to log info / warnings / errors e.g. info like SQL being generated behind the scenes (see...
View ArticleCreated Issue: Error-related conflict between L2S and EF Designer views [497]
Repro steps:1. Add Empty EDMX2. Add Two Entities (each with "Id" property)3. Add inheritance between entities.4. Add a new L2S class.5. Build solution.6. While L2S class is open, double click on "Error...
View ArticleEdited Issue: Error-related conflict between L2S and EF Designer [497]
Repro steps:1. Add Empty EDMX2. Add Two Entities (each with "Id" property)3. Add inheritance between entities.4. Add a new L2S class.5. Build solution.6. While L2S class is open, double click on "Error...
View ArticleCreated 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 ArticleNew Post: separate a assembly for migrations
Is it possible to create migrations in the different project from where contexts are defined? I though that what -ProjectName and -StartUpProjectName are for. I tried running enable-migrations command...
View ArticleNew Post: remap table in design
Hi, Â Â I have a project with several branches opened and with several versions of the database. Â Sometimes happens that i connect the branch to the wrong database, and updating the edmx model...
View ArticleNew Post: Enum mapping to external type
Is it just me or does this not seem to work? In model first i dragged in a simple table and created and enum (via convert to enum). Now i've tried with and wothout creating the enum items in the...
View ArticleCommented Issue: Delete existing default constraint when changing...
When you set a column default value, SQL Server creates a constraint with a randomly generated name. This default value constraint must be deleted before a new default value can be added.Currently the...
View ArticleCommented Feature: Migrations: Drop orphaned schemas [17]
Detect schemas that no longer contain tables and drop them. This item was migrated from the Migrations work item tracking system [ID=28516].Comments: I had the same problem, I use the following script...
View ArticleNew Post: Migration enhancements
How do you use these migrations to create a new database? I generate migration classes and tried running the following commands: var configuration = new EFMigration.Migrations.Cars.Configuration();...
View ArticleCreated Issue: Problem resolving mapping and metadata from non-POCO...
When using ObjectContext and EDMX in a project with two entities (with one *.* association) the mapping information seems to be missing.ClrPerspective.TryGetTypeByName(...) attempts to resolve the type...
View ArticleCreated Issue: Entity Framework VS 2012 designer fails calling sp_executesql...
We recently upgraded to VS 2012 (still targeting .net 4.0) so we could use the new model diagrams to support having a larger merged data model. We were able to merge our models by hand into one...
View ArticleUpdated Wiki: Nightly Builds
Nightly builds of the Entity Framework code base are made available on a separate NuGet feed. Entity Framework shares the same nightly NuGet feed as ASP.NET Web Stack. We make no guarantees about the...
View ArticleUpdated Wiki: Nightly Builds
Nightly builds of the Entity Framework code base are made available on a separate NuGet feed. Entity Framework shares the same nightly NuGet feed as ASP.NET Web Stack. We make no guarantees about the...
View ArticleUpdated Wiki: Home
This site is dedicated to working with and contributing to the Entity Framework code base. If you want to use an officially supported Entity Framework release to develop your applications then head to...
View ArticleUpdated Wiki: Nightly Builds
Signed nightly builds of the Entity Framework code base are made available on a separate NuGet feed. Entity Framework shares the same nightly NuGet feed as ASP.NET Web Stack. We make no guarantees...
View Article