Closed Issue: Reverse Engineer Code First with a list of tables [836]
Reverse Engineer from command prompt The only tool supported to be used from command prompt is the EDMGEN but it does not generate Code First style.Also this tool generates for the full database but...
View ArticleEdited Feature: Command line tool to Reverse Engineer Code First [835]
The only tool supported to be used from command prompt is the EDMGEN but it does not generate Code First style.
View ArticleCommented Feature: Command line tool to Reverse Engineer Code First [835]
The only tool supported to be used from command prompt is the EDMGEN but it does not generate Code First style.Comments: Hi luizsilva, I think this issue is about having a command line option instead...
View ArticleCommented Feature: Provide a way to "baseline" a database with Code First...
After using EF Code First migrations for a while, I have reached a point where my production database is nice and stable. My code, however, has over a dozen migrations that are little more than...
View ArticleUpdated Wiki: Known Issues
Known IssuesBelow is a list of known issues with the Entity Framework code base and infrastructure. This list will be kept up to date as new issues arise and existing issues are fixed.Test failures can...
View ArticleSource code checked in, #8848bbb96b9c
ResolutionWhichWontFailByFeb1 - enabling passing dependency resolver to EntityCommand EF runtime uses configuration to resolve dependencies. Once configuration is set it is sealed and is supposed to be...
View ArticleCommented Issue: [Migration] Can Add-Migration detect duplicate schema/table...
Observation:1. When two entity types have the same schema and table names by using TableAttribute, the Add-Migration generates the empty Up and Down methods, so that the Update-Database could run...
View ArticleClosed Issue: [Migration] Can Add-Migration detect duplicate schema/table...
Observation:1. When two entity types have the same schema and table names by using TableAttribute, the Add-Migration generates the empty Up and Down methods, so that the Update-Database could run...
View ArticleSource code checked in, #7aef6d3f48b1
Adding SQL Azure ExecutionStrategy. By default it isn't enabled, but the transient exceptions will be wrapped in an exception that explains how to enable it.
View ArticleUpdated Wiki: Documentation
A new assembly was recently added to the project.If you receive the error, "Strong name signature could not be verified," download and run the latest version ofSkipStrongNames.This site is dedicated to...
View ArticleUpdated Wiki: Documentation
A new assembly was recently added to the project.If you receive the error, "Strong name signature could not be verified," download and run the latest version ofSkipStrongNames.This site is dedicated to...
View ArticleCommented Issue: Projection not working with null check [826]
I would use AutoMapper to make a projection using the extension method Project.To<TDestination>.With the expression parser of the current version of Entity Framework is not possible to write...
View ArticleNew Post: EF5 + How to save an entity with its child entities at the same...
EF5 + How to save an entity with its child entities at the same time to the database?3 minutes ago|LINKI have two entities in my project (actually three with the item entity).public class Purchase {...
View ArticleCreated Issue: Have a configuration to prevent migrations seed method from...
(Forgive me if this is redundant. I did search the issues and discussions for something related and could not find it.)With EF5 migraitons, the seed method is always called regardless of schema...
View ArticleCreated Issue: Change DbMigrationsConfiguration.Seed Description [844]
In EF5, Seed's summary says:Runs after upgrading to the latest migration to allow seed data to be updated.This should be modified to reflect the real behavior which is that it always runs as long as...
View ArticleNew Post: Where do I find the Async methods in EF 6
As far as I can tell (I looked at the assemblies with JustDecompile), they only exist in .NET 4.5 and not in .NET 4.0, and a lot of them aren't extension-methods, but actual methods. The...
View Article