Edited Issue: UpForGrabs: Designer - inconsistency in naming properties...
When using a designer to add a new property to a complex type, the default name is Property (or ComplexProperty for complex ones). In the case of entities its Property1 or NavigationProperty1....
View ArticleEdited Issue: LOC Designer - When creating a new entity the default key name...
There is inconsitency in the default name for Key property. In English local it's "Id", in localized bits (checked on German and Japanase) its "ID"
View ArticleEdited Issue: Designer: Pluralization checkbox is checked by default on DEU...
When importing model from the database, on localized versions of VS we expect the "pluralize" checkbox to be unchecked by default (since it doesnt do anything on non-english locales) However on german...
View ArticleEdited Feature: Consolidate EF Designer & EF Power Tools (One EF) [407]
Provide one unified set of tooling for creating a model, whether it's an edmx model or a Code First model.
View ArticleEdited Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleClosed Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleEdited Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleClosed Issue: Scheme update without data loss [389]
If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.That would be great if EntityFramework...
View ArticleCommented Issue: Count(predicate) not the same as Where(predicate).Count() in...
Given the following classes: public class Foo { public virtual int Id { get; set; } public virtual Bar Bar { get; set; } } public class Bar { public virtual int Id { get; set; } public virtual Baz Baz...
View ArticleEdited Issue: UpForGrabs: Consolidate enumerations for schema versions [438]
Currently we haveCore\Metadata\XmlConstants.csEdm\Common\DataModelVersions.cswhich we should be able to consolidate.We also have versions in the ttinclude which we may be able to not use, but that...
View ArticleNew Post: cannot open power tools project
hi, i just download eec036fa8211 changeset of ef. trying to open the powertools solution with vs 2012 i receive the error that powertools.csproj is not compatible. how can i solve? luca
View ArticleNew Post: Query generation in batch insert scenarios
I created a fork to prototype the approaches mentioned above and see how they compare in EF. If you would like to contribute please send me a message. Thanks, Andriy
View ArticleCommented Issue: ToLatestVersion test is failing after ContextKey change [490]
The tests "ToLatestVersion_use_connection_name_from_config_file" and "MigrateDatabaseToLatestVersion_invokes_migrations_pipeline_to_latest_version" are failing on my machine after pulling the...
View ArticleCommented Issue: ToLatestVersion test is failing after ContextKey change [490]
The tests "ToLatestVersion_use_connection_name_from_config_file" and "MigrateDatabaseToLatestVersion_invokes_migrations_pipeline_to_latest_version" are failing on my machine after pulling the...
View ArticleClosed Issue: Update EF5 tooling to install for VS Windows Desktop Express [413]
Visual Studio Express 2012 for Windows Desktop was recently announced - http://blogs.msdn.com/b/visualstudio/archive/2012/06/08/visual-studio-express-2012-for-windows-desktop.aspxWe need to update our...
View ArticleNew Post: Migration enhancements
Thanks for the info, I thought it was only for tests, it now installs. Found some small issue below (nothing that I can't work around for now): However when running Enable-Migrations for the second...
View ArticleCommented Issue: Many-to-many relationship left and right keys flipped after...
This appears to be a bug where MapLeftKey and MapRightKey are not mapping HasMany and WithMany respectively but instead flipping this mapping around. This seems to be a regression for 4.3.1 to 5.Full...
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 Article