Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live
↧

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 Article


Reopened 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 Article


Edited 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 Article

Commented 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 Article

Edited 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 Article


Edited 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 Article

Edited 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 Article

Reopened 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 Article


Edited 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 Article


Commented 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 Article

New 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 Article

Created 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 Article

New 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 Article


Edited 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 Article

Edited 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 Article


Edited 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 Article

Edited 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 Article


Commented 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 Article

Edited 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 Article

Edited 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
Browsing all 10318 articles
Browse latest View live