New Comment on "Multi-tenant Migrations"
rowan, Is there a usable and repeatable process to get around this issue in the current released version? Do we need to make a single developer the maintainer of EF?
View ArticleNew Post: Where do I find the Async methods in EF 6
Async methods are not available when you target .NET Framework 4 since .NET Framework 4 does not natively support async. You need to have EF6 and target .NET Framework 4.5 to get the asyn support in EF.
View ArticleNew Post: EF Migrations: Add extension support for new operations
Hi,Just wanted to annouce that finally I got sometime to work on this, and here is the pull requestAny comments are very welcome.Iñaki
View ArticleCommented Feature: Migrations: Support custom derived MigrationOperation [22]
There is a forum post with the following questions. Does anyone know the answers?http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/cba32c2a-fe84-4d6b-93ff-077dc3046589·...
View ArticleEdited Issue: Consider bringing back EntityFunctions and EdmFunctionAttribute...
When we merged the core EF functionality into EntityFramework.dll we did some refactorings. In particular, we renamed and moved the EntityFunctions class to align it with the DbContext API. However, in...
View ArticleCreated Issue: Metadata API usability: it is not possible to publically...
As part of the work on public code first conventions we are enabling user code to manipulate EF models at runtime. Unfortunately there are several fundamental pieces missing in the object model that...
View ArticleEdited Issue: Metadata API usability: it is not possible to publically create...
As part of the work on public code first conventions we are enabling user code to manipulate EF models at runtime. Unfortunately there are several fundamental pieces missing in the object model that...
View ArticleNew Post: EF5 + How to save an entity with its child entities at the same...
Hi seevali,If all the entities are being tracked by a context, then calling SaveChanges on that context will save all the entities. if this is not working for you can you provide additional information...
View ArticleNew Post: EF5 + How to save an entity with its child entities at the same...
Hi In entity framework we meet to Tracking changes by entity state , then you add object with all children to the your context , you should have sample below code : using(MydbEntities context=new...
View ArticleCommented Feature: ToTable overload to support multiple database joins on the...
Copied from discussion thread: http://entityframework.codeplex.com/discussions/406642For Linq2Sql and EF database first I have been able to modify the schema.table to include a database name, in...
View ArticleCommented Issue: MustFix: EF6 should work in partial trust [586]
This item is to track some changes we need to do in the core bits in order to enable it to work in partial trust, shall we decide that we need to support it.It is important to keep in mind that the...
View ArticleEdited Task: Switch partial trust tests to use xunit extension [36]
This item was migrated from the Migrations work item tracking system [ID=46835].
View ArticleCommented Task: Switch partial trust tests to use xunit extension [36]
This item was migrated from the Migrations work item tracking system [ID=46835].Comments: This had already been done by Brice and the tests are now also enabled.
View ArticleEdited Task: Switch partial trust tests to use xunit extension [36]
This item was migrated from the Migrations work item tracking system [ID=46835].
View ArticleClosed Task: Switch partial trust tests to use xunit extension [36]
This item was migrated from the Migrations work item tracking system [ID=46835].Comments: Done.
View ArticleCommented Task: Make EntityFramework.dll security transparent [230]
Make EntityFramework.dll security transparent This item was migrated from the DevDiv work item tracking system [ID=34289].Comments: Given the approach taken for partial trust in EF6 the assembly cannot...
View ArticleSource code checked in, #3b48ec43b60d
PartiallyTested (Some additional partial trust testing) This change makes some existing tests run under partial trust. The tests include simple end-to-end scenarios and also code generation unit tests....
View ArticleCommented Task: Make EntityFramework.dll security transparent [230]
Make EntityFramework.dll security transparent This item was migrated from the DevDiv work item tracking system [ID=34289].Comments: Removal of MethodImpl attributes is being done as part of item 586:...
View ArticleClosed Task: Make EntityFramework.dll security transparent [230]
Make EntityFramework.dll security transparent This item was migrated from the DevDiv work item tracking system [ID=34289].Comments: No longer needed.
View ArticleCommented Feature: Code First: Allow indexes to be specified using...
"Problem Description:I'm looking forward to [StoreIgnore] attribute in EF 4 CTP 5. I would like to see a way to create index in table. Something like: [Indexed(Unique=false,Clustered=false)] int A {...
View Article