Commented Issue: [UX] Icons on listview and treeview controls in the EDM...
Entity Data Model Wizard icons are not resized properly on high DPI.Comments: src\EntityDesign\VisualStudio\ModelWizard\bitmaps\*
View ArticleSource code checked in, #d5de46cbf927d223ca8cbb13cf3397dc84219504
CodePlex #1027: Move SqlServerMigrationSqlGenerator and SqlCeMigrationSqlGenerator to their corresponding provider assemblies.
View ArticleEdited Task: Move SqlServerMigrationSqlGenerator and...
Currently these types live in the EntityFramework.dll assembly but they are provider specific and they should be part of the provider assemblies.__Need to discuss whether these should move namespace.__
View ArticleCommented Issue: [UX] Icons on designer surface look too small on high...
Icons on the designer surface are too small on high DPI.Comments: It applies to (all?): src\EntityDesignEntityDesigner\Resources\* Are Toolbox icons OK? Investigate the chevron icon for collapsing the...
View ArticleCommented Task: Move SqlServerMigrationSqlGenerator and...
Currently these types live in the EntityFramework.dll assembly but they are provider specific and they should be part of the provider assemblies.__Need to discuss whether these should move...
View ArticleEdited Issue: Entity Framework VS 2012 designer fails calling sp_executesql...
We recently upgraded to VS 2012 (still targeting .net 4.0) so we could use the new model diagrams to support having a larger merged data model. We were able to merge our models by hand into one...
View ArticleCommented Issue: Entity Framework VS 2012 designer fails calling...
We recently upgraded to VS 2012 (still targeting .net 4.0) so we could use the new model diagrams to support having a larger merged data model. We were able to merge our models by hand into one...
View ArticleEdited Issue: Remove Refactor-Rename from EF Designer [451]
**EF Team Triage: We will disable this feature again in EF6**Using the previous ("default") code generation strategy, refactor-rename on an entity or property traverses all the way through to...
View ArticleEdited Task: Tracking: Any future versions of EF Designer setup for VS2010...
We plan to ship XSD/XML files for EF configuration section as part of MVC4 setup for VS2010. If in the future we refresh EF Tools for VS2010 we should use the same component Ids so that reference...
View ArticleCommented Task: Tracking: Any future versions of EF Designer setup for VS2010...
We plan to ship XSD/XML files for EF configuration section as part of MVC4 setup for VS2010. If in the future we refresh EF Tools for VS2010 we should use the same component Ids so that reference...
View ArticleCommented Issue: The ADO.NET Entity Data Model diagram cannot import tables...
This feedback came from Microsoft Connect. The ADO.NET Entity Data Model diagram cannot properly import tables when they have no primary keys defined. I think we could add those tables in the diagram...
View ArticleEdited Issue: The ADO.NET Entity Data Model diagram cannot import tables when...
This feedback came from Microsoft Connect. The ADO.NET Entity Data Model diagram cannot properly import tables when they have no primary keys defined. I think we could add those tables in the diagram...
View ArticleClosed Issue: The ADO.NET Entity Data Model diagram cannot import tables when...
This feedback came from Microsoft Connect. The ADO.NET Entity Data Model diagram cannot properly import tables when they have no primary keys defined. I think we could add those tables in the diagram...
View ArticleEdited Task: Designer: Review Xml usage [220]
"Looks like Xml in some places EntityDesigner is misused e.g.IsValidXmlAttributeValue(string s) creates an XmlDocument instance to try to create an attribute and catches exception to verify that the...
View ArticleCommented Task: Designer: Review Xml usage [220]
"Looks like Xml in some places EntityDesigner is misused e.g.IsValidXmlAttributeValue(string s) creates an XmlDocument instance to try to create an attribute and catches exception to verify that the...
View ArticleEdited Issue: Designer: Performance issue with large models [162]
"3/12/2012 11:34:27 AM EditedThe multiple diagrams feature does help increase the responsiveness of the designer but for a model this large it is still not very usable. The model has 266 EntityTypes...
View ArticleCommented Issue: Designer: Performance issue with large models [162]
"3/12/2012 11:34:27 AM EditedThe multiple diagrams feature does help increase the responsiveness of the designer but for a model this large it is still not very usable. The model has 266 EntityTypes...
View ArticleCommented Feature: Support Global Query Filters (Query Interceptors) [945]
Hi,it's about time i'm looking for a way to implement a row level filtering based on some parameters (in my case, the identity of the user currently logged into my MVC4 application).I've searched a lot...
View ArticleCreated Feature: CodeFirst: Make rows affected parameter optional [1070]
When using concurrency and sprocs, the rows affected parameter is actually optional. If none is specified, then EF falls back to the affect row count returned from ExecuteNonQuery. We should:1) Change...
View ArticleNew Post: Where is Entity Framework Tools folder?!
Hi there, At some point in using vs2012, the Common7/IDE/Extensions/Microsoft/Entity Framework Tools folder has never been populated and nothing restores it no matter how many extensions or packages I...
View Article