Edited Issue: Port EF5 Checkin Test Coverage to OSS Code Base [411]
Not all our EF tests are included in the OSS code base - we need to review the tests we have and port some of them or implement new tests to cover the product.
View ArticleNew Post: Database documents
Hi, Is there any plan to import tables and fields descriptions as code document (XML) and update database descriptions after changes on database first or model first? Or when we set XML documents on...
View ArticleCreated Issue: Allow for NoTracking Context or DbSet [601]
It would be great to have a broader way to define no tracking contexts or no tracking DbSets so that we can design read-only models or DbSets. Yes we can control that in a repository but controlling it...
View ArticleCommented Issue: Allow for NoTracking Context or DbSet [601]
It would be great to have a broader way to define no tracking contexts or no tracking DbSets so that we can design read-only models or DbSets. Yes we can control that in a repository but controlling it...
View ArticleCommented Issue: Allow for NoTracking Context or DbSet [601]
It would be great to have a broader way to define no tracking contexts or no tracking DbSets so that we can design read-only models or DbSets. Yes we can control that in a repository but controlling it...
View ArticleNew Post: Using EF5 - Schema Mapping and Namespaces problem
I found your question on stackoveflow and answered it there: http://stackoverflow.com/questions/12978163/entity-schema-mapping-and-namespaces/12980965#12980965
View ArticleNew Comment on "Roadmap"
When can we expect Table Valued Functions in Code First? How about Scalar Functions?
View ArticleCreated Issue: Update-Database uses generated Configuration, while...
It's a small inconsistency which left me wondering why my seed data was sometimes showing up and sometimes not (depending on whether I had run 'Update-Database' prior to pressing F5).Prerequisite: A...
View ArticleCommented Feature: Designer: Better navigation property names when multiple...
When multiple relationships to the same table are present the navigation properties are just postfixed with a name. We could consider using the FK name or some other means to make it clearer which is...
View ArticleNew Post: FxCop Suppressions For Designer Generated Code?
When using EF to create a model for a database, the out-of-the-box generated code generates a number of FxCop warnings. For now I've worked around them by adding suppressions to the .tt templates in...
View ArticleCreated Issue: Possible unnecessary code in ViewGenerator [603]
While adding optimizarions to view generation (ToListOrNotToListTwo) we detected a variable that was ever only assigned the result of GetViewsForExtentAndType(). We removed the assignment but we did...
View ArticleEdited Issue: Possible unnecessary code in ViewGenerator.cs [603]
While adding optimizarions to view generation (ToListOrNotToListTwo) we detected a variable that was ever only assigned the result of GetViewsForExtentAndType(). We removed the assignment but we did...
View ArticleClosed Issue: Possible unnecessary code in ViewGenerator.cs [603]
While adding optimizarions to view generation (ToListOrNotToListTwo) we detected a variable that was ever only assigned the result of GetViewsForExtentAndType(). We removed the assignment but we did...
View ArticleEdited Issue: Consider programatically granting SQL Express service account...
Tests that use AttachDBFileName connection strings can cause access denied errors unless the account used by SQL Express has enough file system rights on the directory where databases are created or...
View ArticleCommented Issue: Possible unnecessary code in ViewGenerator.cs [603]
While adding optimizarions to view generation (ToListOrNotToListTwo) we detected a variable that was ever only assigned the result of GetViewsForExtentAndType(). We removed the assignment but we did...
View ArticleCreated Issue: HasColumnName is ignored for Complex Type [604]
I attempted to introduce a Complex Type ContactDetail for my Client class. I added column names mapping through ClientMap.cs file. However, in run-time wrong SQL is generated using convention rather...
View ArticleNew Post: add-migration with the new multi context feature
Hey guys, still working on getting company approval for this.. should happen just takes time in a company of 100k people. Eric Hexter blog | http://Hex.LosTechies.com info |...
View ArticleCommented Issue: Code First: Allow subclasses to map field to same database...
When using TPH inheritance, Code First requires every field defined in a subclass to be mapped to a unique database column. However, there are scenarios where it would be simpler for subclasses to map...
View ArticleCreated Issue: Possibility to have generate views also [605]
It would be nice to EF be able to define a View and not only tables. To do that, right now I have a table and will be droped in the Seed method of the configuration and a view with the same name will...
View Article