Created Feature: Code First: Can't map two classes with same name from...
This is a metabug since this issue (which is tracked by 483) is now fixed when using Code First. The fix for this when using Database First or Model First will be post-EF6.See item 483 for more...
View ArticleCreated Feature: Consider Using Prepared Commands for Insert/Update/Delete [912]
We should consider using prepared statements - http://msdn.microsoft.com/en-us/library/ms175528(v=SQL.105).aspxWe'd need to test the perf of this to make sure it actually provides any significant...
View ArticleCommented Issue: Can't map two classes with same name from different...
EF doesn't allow two classes with the same name, but different namespaces, to be mapped.This is complex to change so we also have an item to provide a better exception message until this is supported -...
View ArticleEdited Feature: Code First: Can't map two classes with same name from...
This is a metabug since this issue (which is tracked by 483) is now fixed when using Code First. The fix for this when using Database First or Model First will be post-EF6.See item 483 for more...
View ArticleEdited Issue: Power Tools: Context menu commands not working in project under...
None of the actions from the file context menu is working when the project is under a solution folder. A message box saying “Sequence contains no matching element” is displayed, no exception is written...
View ArticleCreated Issue: Code First: Support nested types (important for F#) [913]
This is a metabug to represent support for nested types in Code First, which may make it into the EF6 release. The wider issue of supporting nested types for Database First and Model First will not be...
View ArticleCommented Feature: Support nested types (important for F#) [119]
This item was migrated from the DevDiv work item tracking system [ID=171798].We should also support nested complex and enum types, like in the following snippet from a customer:using...
View ArticleEdited Feature: Support nested types (important for F#) [119]
This item was migrated from the DevDiv work item tracking system [ID=171798].We should also support nested complex and enum types, like in the following snippet from a customer:using...
View ArticleCommented Feature: Code First: Can't map two classes with same name from...
This is a metabug since this issue (which is tracked by 483) is now fixed when using Code First. The fix for this when using Database First or Model First will be post-EF6.See item 483 for more...
View ArticleEdited Feature: Code First: Can't map two classes with same name from...
This is a metabug since this issue (which is tracked by 483) is now fixed when using Code First. The fix for this when using Database First or Model First will be post-EF6.See item 483 for more...
View ArticleEdited Feature: Code First: Support nested types (important for F#) [913]
This is a metabug to represent support for nested types in Code First, which may make it into the EF6 release. The wider issue of supporting nested types for Database First and Model First will not be...
View ArticleEdited Issue: Add guard that prevents multiple asynchronous tasks that modify...
[This item captures a discussion with Roger Alsing at http://entityframework.codeplex.com/workitem/120 about adding async support on EF] On one hand, our async design addresses async requirements but...
View ArticleCommented Issue: LockedAssemblyCache blocks too many threads [302]
We got couple of cases where we are seeing a lot of threads are blocked by System.Data.Metadata.Edm.LockedAssemblyCache!syncblkIndex SyncBlock MonitorHeld Recursion Owning Thread Info SyncBlock Owner...
View ArticleEdited Issue: LockedAssemblyCache blocks too many threads [302]
We got couple of cases where we are seeing a lot of threads are blocked by System.Data.Metadata.Edm.LockedAssemblyCache!syncblkIndex SyncBlock MonitorHeld Recursion Owning Thread Info SyncBlock Owner...
View ArticleEdited Issue: VS Express 2012 CreateDatabaseIfNotExists not creating database...
Using sql server compact, and entity framework 4.3 code first.Global.asax.cs has a:Database.SetInitializer<DataContext>(new mySeedingClass());Visual Web Developer 2010 will recreate the database,...
View ArticleCommented Issue: VS Express 2012 CreateDatabaseIfNotExists not creating...
Using sql server compact, and entity framework 4.3 code first.Global.asax.cs has a:Database.SetInitializer<DataContext>(new mySeedingClass());Visual Web Developer 2010 will recreate the database,...
View ArticleEdited Issue: VS Express 2012 CreateDatabaseIfNotExists not creating database...
Using sql server compact, and entity framework 4.3 code first.Global.asax.cs has a:Database.SetInitializer<DataContext>(new mySeedingClass());Visual Web Developer 2010 will recreate the database,...
View ArticleClosed Issue: VS Express 2012 CreateDatabaseIfNotExists not creating database...
Using sql server compact, and entity framework 4.3 code first.Global.asax.cs has a:Database.SetInitializer<DataContext>(new mySeedingClass());Visual Web Developer 2010 will recreate the database,...
View ArticleCommented Issue: DbContext Contructor doesn't throw "context has changed...
After the update from EF 5.0 to EF 6 Alpha 2, our method for DB checking no longer works.```try{ logger.Info("Check if database migration is required"); var context = new MyContext(); logger.Info("No...
View ArticleCreated Issue: NullReferenceException when using Migrations and 6.0 alpha3 [914]
I just updated my project to the 6.0.0-alpha 3 and now I am getting the following exception:```[NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.]...
View Article