Edited Issue: [Investigation RTM] Conventions: Configuration using...
We are trying to keep the mental model needed to understand which conventions, data annotations and explicit fluent configurations will take precedence very simple. We are saying that __last one wins__...
View ArticleEdited Issue: [Investigate RTM] Conventions: Configuration using KeyAttribute...
We are trying to keep the mental model needed to understand which conventions, data annotations and explicit fluent configurations will take precedence very simple. We are saying that __last one wins__...
View ArticleEdited Issue: [Investigate RTM] Conventions: Configuration using KeyAttribute...
We are trying to keep the mental model needed to understand which conventions, data annotations and explicit fluent configurations will take precedence very simple. We are saying that __last one wins__...
View ArticleCommented Issue: Clicking on warnings on edmx file throws assert [874]
Attached is the edmx file that can reproduce the issue. Open this file with VS2012 Update1. Click on the warnings displayed in the bottom. Attached is the file for assert as well. Comments: After the...
View ArticleEdited Issue: Clicking on warnings on edmx file throws assert [874]
Attached is the edmx file that can reproduce the issue. Open this file with VS2012 Update1. Click on the warnings displayed in the bottom. Attached is the file for assert as well.
View ArticleSource code checked in, #b1f1c924874fd12ee1d52e511ab9822cc67f438e
Adding small unit test fix to contribution.
View ArticleEdited Issue: [RTM EF6] Issues mixing conventions and entity inheritance [1545]
I'm using current EF 6.0 code - my own local build of EF against the master branch, synced an hour or two ago. I synched just to make sure that the problems I'm seeing weren't already fixed.I've...
View ArticleCommented Issue: [RTM EF6] Issues mixing conventions and entity inheritance...
I'm using current EF 6.0 code - my own local build of EF against the master branch, synced an hour or two ago. I synched just to make sure that the problems I'm seeing weren't already fixed.I've...
View ArticleSource code checked in, #62fe7d69f40f02769c99be640aa2fc500ca92c8c
Merge branch 'release-6.0.0'
View ArticleSource code checked in, #c3d0fbf43c243f86bb25e84a1793b0f05b89b047
Update to build projects in parallel
View ArticleSource code checked in, #7b3583b3406a19a9b9b48da3a55b3bbba380246b
Upgrade xUnit.net, OpenCover & ReportGenerator packages
View ArticleCreated Issue: Power Tools: Reports of Reverse Engineer Code First not...
I've seen a few reports of issues using the Power Tools with Oracle. We should see if there is anything blocking it on our...
View ArticleEdited Issue: Power Tools: Reports of Reverse Engineer Code First not working...
I've seen a few reports of issues using the Power Tools with Oracle. We should see if there is anything blocking it on our...
View ArticleCommented Issue: Loc: EFDesigner: No resource for "Diagrams" node name in...
"Diagrams" node name is Diagrams regardless of the language since the designer is returning the type name:Stack trace:...
View ArticleEdited Issue: Loc: EFDesigner: No resource for "Diagrams" node name in Model...
"Diagrams" node name is Diagrams regardless of the language since the designer is returning the type name:Stack trace:...
View ArticleEdited Issue: Improve exception message for incorrect column type for...
Calling var modelBuilder = new DbModelBuilder(); modelBuilder.Entity<LightweightEntityWithAnnotations>(); modelBuilder.Properties() .Configure(p => p.HasColumnType("foo"));...
View ArticleEdited Issue: [Investigate EF6] Convention overrides explicit when complex...
When combining explicit calls to DbModelBuilder.ComplexType and lightweight conventions that touch properties from the complex type, conventions win.```var modelBuilder = new...
View ArticleCommented Issue: [Investigate EF6] Convention overrides explicit when complex...
When combining explicit calls to DbModelBuilder.ComplexType and lightweight conventions that touch properties from the complex type, conventions win.```var modelBuilder = new...
View ArticleSource code checked in, #2a2b5874bc996dc94549f712ecb59616287ee6b6
fixing tests for Azure. CR: BriceLam
View ArticleCommented Issue: [NonVS] EF5 with dbcontext: Dragging a child entity from...
Action: Update content to show how to do this with EF Designer (walkthrough is Code First only)using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create...
View Article