Edited Unassigned: Malformed XML comment on DbModelExtensions.GetStoreModel...
The XML comment is missing the staring <summary> tag:```/// Gets the store model from the specified DbModel./// </summary>/// <param name="model">An instance of a class that...
View ArticleEdited Issue: Malformed XML comment on DbModelExtensions.GetStoreModel [1459]
The XML comment is missing the staring <summary> tag:```/// Gets the store model from the specified DbModel./// </summary>/// <param name="model">An instance of a class that...
View ArticleCommented Feature: Support for ordered collections [121]
When a collection is saved and then retrieved through Entity Framework, the order of items is not preserved. It would be great if EF (optionally) saved collection index with the items so that the order...
View ArticleEdited Feature: Metadata API usability: Reconcile mutability/constructability...
In bug [#1463](https://entityframework.codeplex.com/workitem/1463) I have described that it would be nice to have a way to construct a mutable EdmFunction using public surface. This happens to be just...
View ArticleEdited Feature: Metadata API usability: Reconcile mutability/constructability...
In bug [#1463](https://entityframework.codeplex.com/workitem/1463) I have described that it would be nice to have a way to construct a mutable EdmFunction using public surface. This happens to be just...
View ArticleEdited Feature: Metadata API usability: Reconcile mutability/constructability...
In bug [#1463](https://entityframework.codeplex.com/workitem/1463) I have described that it would be nice to have a way to construct a mutable EdmFunction using public surface. This happens to be just...
View ArticleCommented Issue: Metatadata API usability: EdmFunction.AddParameter could be...
It seems that currently the only public way to create an EdmFunction is to use the static Create method (both constructors are internal). The Create method however will set the whole function and it is...
View ArticleClosed Issue: Designer: The watermark page is displayed when using Entity...
Steps to repro:1. Create a new project targeting .NET4.02. Add new model using designer using existing database.3. Choose EF6 on the wizard.4. Actual Result: the watermark page asking to modify the...
View ArticleClosed Issue: Designer :: deleting entity (del) and then pressing NO still...
Repro:1. Create new project2. Add new Entity Data Model3. Generate from database4. Select some tables5. click on any entity.6. press Del key7, "are you sure" window pops up.8. press NO9. observe that...
View ArticleClosed Issue: Metatadata API usability: EdmFunction.AddParameter could be...
It seems that currently the only public way to create an EdmFunction is to use the static Create method (both constructors are internal). The Create method however will set the whole function and it is...
View ArticleEdited Task: Review all classes to see where boilerplate object methods...
We tackled a lot of these in EF6 but we should come up with some rules about the APIs that we do this on.One place to look at is the metadata API> Understanding the metadata API could be made easier...
View ArticleEdited Issue: Provide xml docs on scaffolded DbMigration [1457]
We should provide some boiler plate xml docs on the scaffolded code (not the code behind) to avoid needing "#pragma warning disable 1591"
View ArticleCommented Issue: Provide xml docs on scaffolded DbMigration [1457]
We should provide some boiler plate xml docs on the scaffolded code (not the code behind) to avoid needing "#pragma warning disable 1591"Comments: Rather than disabling the warning we think we should...
View ArticleClosed Unassigned: update-database with connection string failing [1414]
This is further to issue 1387, which was closed before I had a chance to try it with the latest nightly build. I have now done this with the July 18th build and I no longer receive the beta error "The...
View ArticleCommented Unassigned: Querying navigation properties that don't have data...
Example: a database with 50,000 Customers. Each Customer is mapped M:1 to a Status table and the status can be one of 20 different statuses. Status has a navigation property to access Customers....
View ArticleClosed Unassigned: Querying navigation properties that don't have data loaded...
Example: a database with 50,000 Customers. Each Customer is mapped M:1 to a Status table and the status can be one of 20 different statuses. Status has a navigation property to access Customers....
View ArticleReopened Unassigned: Querying navigation properties that don't have data...
Example: a database with 50,000 Customers. Each Customer is mapped M:1 to a Status table and the status can be one of 20 different statuses. Status has a navigation property to access Customers....
View ArticleEdited Unassigned: Querying navigation properties that don't have data loaded...
Example: a database with 50,000 Customers. Each Customer is mapped M:1 to a Status table and the status can be one of 20 different statuses. Status has a navigation property to access Customers....
View ArticleClosed Unassigned: Idea for speeding up checking for changes when not using...
In some situations we have a context which builds up a large number of entities that are never used (see #1450 for one example but there are others). I'm not sure if this is technically possible or if...
View ArticleClosed Unassigned: Querying navigation properties that don't have data loaded...
Example: a database with 50,000 Customers. Each Customer is mapped M:1 to a Status table and the status can be one of 20 different statuses. Status has a navigation property to access Customers....
View Article