Commented Issue: EF requires that entity classes don't override GetHashCode...
It looks like EF (I'm working with code-first style) requires that the poco entity classes not override GetHashCode(). I didn't see that in the documentation, and even if documented, it does not seem...
View ArticleEdited Issue: Hashing simplification for pre-generated views [606]
When mapping views are generated at design-time, they are accompanied by two hash values that are used for run-time validation:a. HashOverAllExtentViews: is computed over the Entity-SQL representations...
View ArticleClosed Unassigned: Include method uses inner join [1075]
Found a problem with the Include method when using nullable navigation properties. Used to work in EF5.Example:```var cart = context.ShoppingCarts //.Include(c => c.Items) //Works //.Include(c =>...
View ArticleCommented Issue: EF requires that entity classes don't override GetHashCode...
It looks like EF (I'm working with code-first style) requires that the poco entity classes not override GetHashCode(). I didn't see that in the documentation, and even if documented, it does not seem...
View ArticleCommented Issue: EF requires that entity classes don't override GetHashCode...
It looks like EF (I'm working with code-first style) requires that the poco entity classes not override GetHashCode(). I didn't see that in the documentation, and even if documented, it does not seem...
View ArticleEdited Unassigned: Designer (v12): Reverse-engineer Northwind.mdf with...
1. Create new C# project2. Add EDMX3. Choose db-first and connect to Northwind.mdf (attached)4. Uncheck "include foreign key columns in the model" and select all tables5. Press "finish"Expected:Model...
View ArticleCommented Unassigned: Designer (v12): Reverse-engineer Northwind.mdf with...
1. Create new C# project2. Add EDMX3. Choose db-first and connect to Northwind.mdf (attached)4. Uncheck "include foreign key columns in the model" and select all tables5. Press "finish"Expected:Model...
View ArticleEdited Issue: generated SQL truncates (not rounds) decimal values based on...
This manifested as well in a different issue I just filed (http://entityframework.codeplex.com/workitem/734)Created this test table:CREATE TABLE [dbo].[DecimalTestingTable]( [Dec1] [decimal](6, 1)...
View ArticleSource code checked in, #0f1b6c7c0757af890b7eab85c9833bf9da962ea5
ThwartingSupermanIII (Add flag to change truncation behavior for decimal parameters) This turned out to be an issue with the SQL provider, which meant that the idea of having a flag on the context was...
View ArticleNew Post: EF 6 BETA?
Sorry to be that person, but any thoughts on a transition to BETA in EF6? I dug through the content on this site and haven't found any references, planned or guesstimate.
View ArticleCreated Unassigned: Code cleanup: SqlProviderServices.CreateSqlParameter has...
During a code review I found that we apparently only call CreateSqlParameter with preventTruncation == true, so we should probably be fine to get rid of the parameter.
View ArticleEdited Issue: generated SQL truncates (not rounds) decimal values based on...
This manifested as well in a different issue I just filed (http://entityframework.codeplex.com/workitem/734)Created this test table:CREATE TABLE [dbo].[DecimalTestingTable]( [Dec1] [decimal](6, 1)...
View ArticleCommented Issue: generated SQL truncates (not rounds) decimal values based on...
This manifested as well in a different issue I just filed (http://entityframework.codeplex.com/workitem/734)Created this test table:CREATE TABLE [dbo].[DecimalTestingTable]( [Dec1] [decimal](6, 1)...
View ArticleNew Post: Where is Entity Framework Tools folder?!
Hi Adam, The EF designer is installed as part of VS 2012 and is not currently shipped separately. Note that the EF designer is only installed as part of a full VS installation or when either or both of...
View ArticleClosed Task: EF6 Localization Process [971]
We need to integrate the localization components from our loc team into our automated builds so that we are generating a localized product.This includes the runtime (NuGet packages), the tooling and...
View ArticleEdited Unassigned: EFDesigner (v12): Association Set Name pluralization...
___This is blocking at least one P1 QA test.___If we determine that the new behavior is preferred, I will update the QA test to support the new behavior.1. Add a new C# project.2. Add a new db-first...
View ArticleSource code checked in, #1740bf5b597f61de702fc8b1b858e70808abac0b
CodePlex #369: Support Generate Views on EF6: Added Generate methods on StorageMappingItemCollection and StorageEntityContainerMapping classes and the ContainerMappingViewGroup class
View ArticleEdited Issue: Support Generate Views on EF6 [369]
"Generate Views" is currently not supported on EF6. This is due to the moved types and the lack of an EF6-compatible System.Data.Entity.Design.dll.Related work item: 436
View ArticleCommented Issue: Support Generate Views on EF6 [369]
"Generate Views" is currently not supported on EF6. This is due to the moved types and the lack of an EF6-compatible System.Data.Entity.Design.dll.Related work item: 436Comments: Added a public...
View ArticleClosed Unassigned: Designer (v12): Reverse-engineer Northwind.mdf with...
1. Create new C# project2. Add EDMX3. Choose db-first and connect to Northwind.mdf (attached)4. Uncheck "include foreign key columns in the model" and select all tables5. Press "finish"Expected:Model...
View Article