Source code checked in, #a82291d711b8
Adding concurrency guards to async methods. Async methods that mutate shared state will now take a lock. Methods that use shared state will throw if it's locked. Some of the async methods were...
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: Add guard that prevents multiple asynchronous tasks that...
[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 ArticleUpdated Wiki: Task-based Asynchronous Pattern support in EF.
EF6 will support the new simplified approach to asynchronous programming introduced in Visual Studio 2012/.NET 4.5. You can read more about ithere.The following topics are covered in this...
View ArticleCreated Issue: Importing TVFs is separated from importing other store...
Currently the designer imports TVFs are imported separately from other functions - TVFs are imported to CSpace model when reverse engineering db while other functions are imported as part of post...
View ArticleNew Post: Any statements on Unique Key Plans?
We don't have any specific plans for it at this time, but it's definitely on our radar for post EF6.
View ArticleCreated Issue: .Ignore() and .HasKey() conflict in unexpected ways with...
In example 1, the .HasKey operation is a no operation because the entity contains no entity by the name of "asdf", whereas in the second example a property named "key" does exist, but since it is...
View ArticleEdited Issue: .Ignore() and .HasKey() conflict in unexpected ways with Custom...
In example 1, the .HasKey operation is a no operation because the entity contains no entity by the name of "asdf", whereas in the second example a property named "key" does exist, but since it is...
View ArticleEdited Feature: UpForGrabs: Easy settable COLLATION support to EF6 Code-First...
Please add easy settable __COLLATION__ support to EF6 Code-First database creation and recreation (like “French_100_CI_AI”, “Cyrillic_General_CI_AI”, “Polish_100_CI_AI” etc. It is very important for...
View ArticleCommented Feature: UpForGrabs: Easy settable COLLATION support to EF6...
Please add easy settable __COLLATION__ support to EF6 Code-First database creation and recreation (like “French_100_CI_AI”, “Cyrillic_General_CI_AI”, “Polish_100_CI_AI” etc. It is very important for...
View ArticleEdited Issue: Add extension points to "load/query execute" (to allow custom...
__This is a specific scenario of the more general [Lifecycle Hooks feature](http://entityframework.codeplex.com/workitem/872).__It would be very powerful to allow the EntityCollection and...
View ArticleSource code checked in, #9114bd0d3164
HideAndSeek (Allow DropCreateDatabaseIfModelChanges to create tables even when database exists) This is basically a port of Brice's fix for CreateDatabaseIfNotExists into...
View ArticleCommented Task: UpForGrabs: Wrong (?) platform target in project [919]
The EntityFramework.SqlServerCompact project has four build configurations, 3 of them has Platform Target "AnyCPU", but the "Release" configuration has Platform taget: x86 - I believe that in all cases...
View ArticleEdited Feature: Add extension points to "load/query execute" (to allow custom...
__This is a specific scenario of the more general [Lifecycle Hooks feature](http://entityframework.codeplex.com/workitem/872).__It would be very powerful to allow the EntityCollection and...
View ArticleCommented Feature: Add extension points to "load/query execute" (to allow...
__This is a specific scenario of the more general [Lifecycle Hooks feature](http://entityframework.codeplex.com/workitem/872).__It would be very powerful to allow the EntityCollection and...
View ArticleEdited Task: Investigate why TypeUsage.GetModelTypeUsage() returns SSpace...
Investigate why TypeUsage.GetModelTypeUsage() returns SSpace types for Complex and Entity types. The function is used to get a CSpace type for an SSpace type using the DbProviderManifest if needed....
View ArticleCommented Task: Investigate why TypeUsage.GetModelTypeUsage() returns SSpace...
Investigate why TypeUsage.GetModelTypeUsage() returns SSpace types for Complex and Entity types. The function is used to get a CSpace type for an SSpace type using the DbProviderManifest if needed....
View ArticleEdited Task: Importing TVFs is separated from importing other store functions...
Currently the designer imports TVFs are imported separately from other functions - TVFs are imported to CSpace model when reverse engineering db while other functions are imported as part of post...
View ArticleCommented Task: Importing TVFs is separated from importing other store...
Currently the designer imports TVFs are imported separately from other functions - TVFs are imported to CSpace model when reverse engineering db while other functions are imported as part of post...
View ArticleCommented Issue: Designer: Duplicate errors appear when using template-based...
__See attached photo.__When using template-based codegen, I occasionally see errors get duplicated. The same exception appears prepended with both "Running transformation: " and "Error <number>:...
View Article