New Post: EF Migrations: Add extension support for new operations
Hi,I believe you have a response from our legal team as they are processing your CLA, let me know if they haven't received that and I will follow up with them again.We only need the CLA to be finalized...
View ArticleNew Post: Reverse Engineer from command prompt
Hi luizsilva,You make a good point, we actually hadn't considered exposing the 'Reverse Engineer Code First' functionality at the command line but I can see why it would be useful.Can you open up a...
View ArticleNew Post: EF Migrations: Add extension support for new operations
You are right,I have received the response just today.I will correct the issues tomorrow, meanwhile my only question is how do I associate this with the already opened work item after the code is...
View ArticleNew Post: EF Migrations: Add extension support for new operations
Hi,Our team will take care of submitting the code and linking the changeset to the appropriate issue once you've submitted a pull request. For the moment just post a comment on the issue that you are...
View ArticleNew Post: Simple Type Mapping
Imagine having an XML spec with countless enums having minOccurs=0. with a corresponding enumSpecified boolean flag. A class is generated from the spec, which can then be easily persisted with the...
View ArticleNew Post: Adding indexed fields from the designer
The problem with this is that you end up with a beginner understanding of SQL.For example:* Your index then has only one field. GRATULATIONS.* You can not use any of the advanced index functionality...
View ArticleNew Post: programmatic access to the Code First conventions code?
I've been working on trying to improve the attribute-based EF reverse engineer code templates from Rowan and Saber Soleymani...
View ArticleCreated Issue: DynamicTypeService stops working when EF.dll is loaded into VS...
When other Visual Studio extensions load EntityFramework.dll into the main VS AppDomain, the DynamicTypeService stops working correctly. This usually results in the Entity Framework Power Tools showing...
View ArticleCommented Issue: DynamicTypeService stops working when EF.dll is loaded into...
When other Visual Studio extensions load EntityFramework.dll into the main VS AppDomain, the DynamicTypeService stops working correctly. This usually results in the Entity Framework Power Tools showing...
View ArticleCreated Issue: ArgumentValidation asserts for EdmProperty with null...
EdmProperty.Primitive is now public. When trying to use it with DbExpressionBuilder like this it may cause asserts: var propertyExpression = DbExpressionBuilder.Property(...
View ArticleCreated Issue: Net40 CI build fails occasionally attempting to promote to...
Details of the failure are below. Note that it is not acceptable to enable DTC on the machine since we rely on the tests to let us know if we accidentally introduce a change that requires transaction...
View ArticleSource code checked in, #c111d3f25f40
Adding Aruba model to Functional Test Models and seeding it with data. CR: BriceLam
View ArticleNew Post: ToList in nested select
This is something I would want so much, and I think it's tightly coupled to this thread:http://entityframework.codeplex.com/discussions/406635 (which is also something I'd love to see)I'd even give it...
View ArticleEdited Issue: Designer: MSI can be installed SxS across different builds. [803]
**Note: This does not apply to the Designer which was shipped in VS2012 -- only to the codebase we are preparing for open source.**When we rebuild the EFDesigner.msi, it generates a new product Id, so...
View ArticleEdited Issue: Designer: MSI can be installed SxS across different builds. [803]
**Note: This does not apply to the Designer which was shipped in VS2012 -- only to the codebase we are preparing for open source.**When we rebuild the EFDesigner.msi, it generates a new product Id, so...
View ArticleReviewed: Entity Framework 5.0.0 (一月 22, 2013)
Rated 4 Stars (out of 5) - Support Microsoft
View ArticleNew Post: Performance issues
If you didn't want to simulate a web sever scenario where you have a new context per request, you could also move SaveChanges out of the loop. did this in a Seed method, that inserted a few thousand...
View ArticleReopened Issue: Code First support for empty databases should work with other...
In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...
View ArticleEdited Issue: Code First support for empty databases should work with other...
In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...
View ArticleClosed Issue: Code First support for empty databases should work with other...
In EF5 we made Code First work in scenarios in which the target database exists but the tables still need to be created. This functionality depends on a check that is implemented in the method...
View Article