Closed Issue: EnableMigrations -EnableAuto - ContextKey not set [1133]
When calling EnableMigrations for an existing, initializer created database and passing -EnableAutomaticMigrations, the ContextKey property in the migrations configuration should be set to the context...
View ArticleReopened Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleEdited Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleCommented Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleEdited Issue: Update-Database -Script is broken [1100]
Repro:Create basic console application PM> Install-package entityframework -pre -version 6.0.0-beta1-20502PM> Enable-MigrationsPM> Add-Migration aPM> Update-Databaseadd property to...
View ArticleEdited Issue: CF Stored Procs :: error when creating migrations that map to...
Probably related to (i.e. caused by) https://entityframework.codeplex.com/workitem/1251, but filing just in case because experience is slightly different.Create the following model:``` public class...
View ArticleEdited Issue: EF Stored Procs :: mapping Many-Many relationship when one...
Create the following model:``` public class Gear{ public int Id { get; set; } public virtual ICollection<Weapon> Weapons { get; set; }} public abstract class Weapon{ public int Id { get; set; }}...
View ArticleReopened Issue: Designer: Existing extensions do not work [1162]
The assembly version of Microsoft.Data.Entity.Design.Extensibility.dll has changed from 11.1.0.0 to 12.0.0.0. Unless we put a binding redirect inside of devenv.exe.config, exiting designer extensions...
View ArticleEdited Issue: Designer: Existing extensions do not work [1162]
The assembly version of Microsoft.Data.Entity.Design.Extensibility.dll has changed from 11.1.0.0 to 12.0.0.0. Unless we put a binding redirect inside of devenv.exe.config, exiting designer extensions...
View ArticleCommented Issue: Designer: Existing extensions do not work [1162]
The assembly version of Microsoft.Data.Entity.Design.Extensibility.dll has changed from 11.1.0.0 to 12.0.0.0. Unless we put a binding redirect inside of devenv.exe.config, exiting designer extensions...
View ArticleNew Post: Reduce trasferred data with Multiple Result Sets
Hello AArtur, I agree the general approach of translating queries that return graphs to multiple queries (probably in the same batch) instead of flattening them into a single query with JOINS would...
View ArticleCreated Feature: Translate queries that return graphs to Multiple Result Sets...
Note: The following is copied verbatim from the [a post by AArtur](https://entityframework.codeplex.com/discussions/447413) in EF Runtime Discussions. He describes a good example of one of the reasons...
View ArticleNew Post: Reduce trasferred data with Multiple Result Sets
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleEdited Feature: Translate queries that return graphs to Multiple Result Sets...
Note: The following is copied verbatim from the [a post by AArtur](https://entityframework.codeplex.com/discussions/447413) in EF Runtime Discussions. He describes one of the reasons implementing...
View ArticleEdited Feature: Translate queries that return graphs to Multiple Result Sets...
Note: The following is copied verbatim from the [a post by AArtur](https://entityframework.codeplex.com/discussions/447413) in EF Runtime Discussions. He describes a case in which implementing eager...
View ArticleEdited Feature: Translate queries that return graphs to Multiple Result Sets...
Note: The following is copied verbatim from the [a post by AArtur](https://entityframework.codeplex.com/discussions/447413) in EF Runtime Discussions. He describes a case in which implementing eager...
View ArticleEdited Task: Allow generating ObjectContext code for EF6 [1264]
At the moment the default code gen templates used by the designer generate DbContext/POCO classes. For EF5 the user could choose ObjectContext by changing code generation strategy. We may also want to...
View ArticleCommented Task: Allow generating ObjectContext code for EF6 [1264]
At the moment the default code gen templates used by the designer generate DbContext/POCO classes. For EF5 the user could choose ObjectContext by changing code generation strategy. We may also want to...
View ArticleEdited Feature: Runtime: Log command execution warnings. [1260]
We recently enabled ADO.NET command execution warning interception for Migrations. We should consider enabling logging of non-migrations warnings via the Interception/Logging infrastructure.
View ArticleEdited Issue: ViewGen creates different hashes for the same model rendering...
For the same model view gen can create different hashes depending on how views are generated. The preferred way of generating views is to load StorageMappingItemCollection from xml artifacts obtained...
View Article