Commented Issue: Native support for Enumerable.Contains [245]
Currently Enumerable.Contains like this:new [1,2,3].Contains(a)Is translated to an sub-tree of expressions equivalent to1 == a || 2 == a || 3 == aThis expression tree is kept balanced to avoid stack...
View ArticleSource code checked in, #e3d2bd8e3c35ef8ade083824df30bb23f54b1bd1
Merge branch 'release-6.0.0-rc1'
View ArticleCreated Feature: Query :: We should not require OrderBy before Skip [1449]
Currently in Linq to Entities we require OrderBy clause before Skip. We could try lifting that requirement, to resemble Linq to Objects more. Moreover we don't require Ordeby when doing other paging...
View ArticleNew Post: EF 6 - Can an option be set to store Enums as Strings?
Hello chobo2, No EF6 does not support mapping enums to string columns. We have a feature in our backlog that is about allowing type conversions and other property level transformations in the mapping...
View ArticleCommented Issue: Native support for Enumerable.Contains [245]
Currently Enumerable.Contains like this:new [1,2,3].Contains(a)Is translated to an sub-tree of expressions equivalent to1 == a || 2 == a || 3 == aThis expression tree is kept balanced to avoid stack...
View ArticleCommented Issue: Native support for Enumerable.Contains [245]
Currently Enumerable.Contains like this:new [1,2,3].Contains(a)Is translated to an sub-tree of expressions equivalent to1 == a || 2 == a || 3 == aThis expression tree is kept balanced to avoid stack...
View ArticleCommented Issue: Retargetting framework fails to update namespaces in EDMX...
Create a new project (e.g. C# console project)Using the project's properties change the target framework to .NET 4.0Create an empty ADO.NET Entity Data ModelAdd 1 Entity with 1 propertySave everything...
View ArticleCommented Issue: Designer: Graphical/Layout issue on diagram after Redo...
Steps:1. Create new empty EDMX2. "Update model from database" (I used Adventureworks 2012)3. Undo the reverse-engineer operation. (back to empty model)4. Redo the reverse-engineer.At this point, it...
View ArticleEdited Issue: Designer: Graphical/Layout issue on diagram after Redo...
Steps:1. Create new empty EDMX2. "Update model from database" (I used Adventureworks 2012)3. Undo the reverse-engineer operation. (back to empty model)4. Redo the reverse-engineer.At this point, it...
View ArticleCommented Task: Update metadata API docs [788]
Some parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are not well documented. Examples include:EntityType vs...
View ArticleEdited Task: Update metadata API docs [788]
Some parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are not well documented. Examples include:EntityType vs...
View ArticleCommented Task: Update metadata API docs [788]
Some parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are not well documented. Examples include:EntityType vs...
View ArticleNew Post: DbQueryVisitor improvements
Hello Alireza, Sounds like if making a simple change to the DbQueryVisitor enables this scenario you should go ahead and send the pull request. We will consider it for the next release after EF6....
View ArticleCreated Issue: Code First model still gets built more than once in EF6 [1454]
This is the default behavior of Code First in the standard flow of creating a model based on DbContext. The following code demonstrates by showing that a store model convention is applied...
View ArticleEdited Issue: Code First models still get built more than once in EF6 [1454]
This is the default behavior of Code First in the standard flow of creating a model based on DbContext. The following code demonstrates by showing that a store model convention is applied...
View ArticleEdited Issue: Code First models still get built more than once in EF6 [1454]
This is the default behavior of Code First in the standard flow of creating a model based on DbContext. The following code demonstrates by showing that a store model convention is applied...
View ArticleEdited Issue: Code First models still get built more than once in EF6 [1454]
This is the default behavior of Code First in the standard flow of creating a model based on DbContext. The following code demonstrates by showing that a store model convention is applied...
View ArticleCreated Unassigned: [Designer] Toolbox link on empt designer surface doesn't...
# REPRO0. Visual Studio 2013 Preview (or latest), EF Tools latest, empty Console project.1. __I don't think this bug needs to be fixed with EF6 - it can be punted to Future.__
View ArticleEdited Unassigned: [Designer] Toolbox link on empt designer surface doesn't...
# REPRO0. Visual Studio 2013 Preview (or latest), EF Tools latest, empty Console project.1. Add new item, ADO.NET Entity Data Model, Empty Model2. Make Toolbox "Auto-hide"3. Click Toolbox.#...
View ArticleEdited Unassigned: [Designer] Toolbox link on empty designer surface does not...
# REPRO0. Visual Studio 2013 Preview (or latest), EF Tools latest, empty Console project1. Add new item, ADO.NET Entity Data Model, Empty Model2. Make Toolbox "Auto-hide"3. Click Toolbox#...
View Article