Commented Issue: EFDesigner Intermittent add/find template test failures on...
I am seeing some tests failing intermittently on VS2013. These tests always pass on VS2012 they also pass on re-run. Would be good to investigate and figure out the root cause of the problem to make...
View ArticleCommented Issue: EFDesigner Intermittent add/find template test failures on...
I am seeing some tests failing intermittently on VS2013. These tests always pass on VS2012 they also pass on re-run. Would be good to investigate and figure out the root cause of the problem to make...
View ArticleCommented Issue: EFDesigner Intermittent add/find template test failures on...
I am seeing some tests failing intermittently on VS2013. These tests always pass on VS2012 they also pass on re-run. Would be good to investigate and figure out the root cause of the problem to make...
View ArticleEdited Task: Update metadata API docs [788]
Some parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are not well documented. Examples include:EntityType vs...
View ArticleEdited Issue: Migrations: Migrating from PK/FK to separated out FK as an IA...
Create the following model``` public class ArubaTask{ public int Id { get; set; } public string Name { get; set; }} public class ArubaRun{ public int Id { get; set; } public...
View ArticleEdited Task: API Review: Conventions exception messages [1416]
__LightweightEntityConfiguration_TypeMismatch__The type '{0}' is invalid. The specified type must derive from '{1}'.Remove__LightweightEntityConfiguration_NonScalarProperty__ The property '{0}' cannot...
View ArticleCreated Unassigned: Performace: lower the cost of rebuilding TypeUsage [1429]
One of the major performance pains when building the model is the excessive cost associated with creating TypeUsage instances. This is due in part to the way they work and how the are supposed to be...
View ArticleCommented Unassigned: Database init perfomance in EF 6-beta1 [1339]
Hello,In our project we use huge models, and it take significant time to initialize database (PC is Core i7-2600 16GB).For example, in model with 200 types (tables) each with 20-23 properties (columns)...
View ArticleEdited Unassigned: Performance: make...
This change [bd79d7447739](https://entityframework.codeplex.com/SourceControl/changeset/bd79d74477393c20d050837419a0d5731de2fa12) introduced a regression. It changed the implementation of...
View ArticleClosed Unassigned: Database init perfomance in EF 6-beta1 [1339]
Hello,In our project we use huge models, and it take significant time to initialize database (PC is Core i7-2600 16GB).For example, in model with 200 types (tables) each with 20-23 properties (columns)...
View ArticleCommented Issue: (UX) EF Designer needs more work on contrasting forecolors...
VS2012 designer (and using EF6 alpha2). Default colors are blue background and white foreground. When you change the color to a light color, sometimes the forecolor will change to black. For example...
View ArticleCommented Issue: [NonVS] Add the debug symbols for EF to SymbolSource (NuGet...
It would often be useful for us developers to be able to step through the EF code to understand why it does something or why something doen't work. Having the debug symbols distributed with the nuget...
View ArticleCommented Issue: [NonVS] Add the debug symbols for EF to SymbolSource (NuGet...
It would often be useful for us developers to be able to step through the EF code to understand why it does something or why something doen't work. Having the debug symbols distributed with the nuget...
View ArticleEdited Issue: [UX] "Mapping Details" Toolbar area and icons keep growing in...
# ISSUE"Mapping Details" Toolbar keeps growing whenever theme is changed# REPRO- VS 2013 Preview, EFTools latest, new app, add new Data Model, generate from DB- Open Mapping Details pane and observe...
View ArticleCommented Issue: [UX] "Mapping Details" Toolbar area and icons keep growing...
# ISSUE"Mapping Details" Toolbar keeps growing whenever theme is changed# REPRO- VS 2013 Preview, EFTools latest, new app, add new Data Model, generate from DB- Open Mapping Details pane and observe...
View ArticleSource code checked in, #69e8d7cd502028a433a1d80889eaeba5e6e996bd
Lazing on a Tuesday afternoon... (Fix extra lazy loading test) This test would fail if it ran before other tests because the process of creating delegates to update collection instances dynamically...
View ArticleNew Comment on "Custom Conventions"
Note that this document is not current as of 6.0.0-rc1 - eg IEdmConvention is gone, and IConfigurationConvention<TMemberInfo, TConfiguration>is internal.
View ArticleEdited Issue: Designer: SQL Server Compact provider not installed after...
While creating a new model, if you select a SQL Server Compact (aka SQL CE) database and choose EF6, the EntityFramework.SqlServerCompact package is not installed into the user's project. The...
View ArticleCommented Issue: Designer: SQL Server Compact provider not installed after...
While creating a new model, if you select a SQL Server Compact (aka SQL CE) database and choose EF6, the EntityFramework.SqlServerCompact package is not installed into the user's project. The...
View ArticleEdited Issue: Designer: Build required before third-party providers are...
When creating a new model, if you select a database without an EF6 provider, you will get an informational message telling you to "exit this wizard and install a compatible provider before performing...
View Article