Source code checked in, #7911de1c70e3a9ba6b0fed7ddafbf193f54f1940
AnnotatedContainer - enabling writing extended metadata properties on the EntityContainer element Also binding the "annotation" namespace prefix with the annotation namespace uri to prevent the...
View ArticleSource code checked in, #63dea73c7ce33bb480090ccf8da22748c6827c37
Pull request for 854: Math.Truncate is not mapped in Linq, even though we have canonical function for it Fix translates Math.Truncate(x) for decimals and doubles to canonical method Truncate(x, 0).
View ArticleCommented Issue: DisplayAttribute Name property called instead of GetName [988]
At line 15 of class System.Data.Entity.Utilities.ValidationContextExtensions.cs, you are using the property Name instead of calling the method GetName to get a localized string of the display name....
View ArticleEdited Issue: DisplayAttribute Name property called instead of GetName [988]
At line 15 of class System.Data.Entity.Utilities.ValidationContextExtensions.cs, you are using the property Name instead of calling the method GetName to get a localized string of the display name....
View ArticleCommented Feature: Math.Truncate is not mapped in Linq, even though we have...
Calling Math.Truncate function calls not supported exception. This should be supported, since we have a canonical function Truncate for this purpose. Comments: Fixed in 63dea73c7ce3 by Marc Brooks...
View ArticleEdited Feature: Math.Truncate is not mapped in Linq, even though we have...
Calling Math.Truncate function calls not supported exception. This should be supported, since we have a canonical function Truncate for this purpose.
View ArticleCreated Unassigned: UpForGrabs: Add simple IsDirty or HasChanges...
(Note for triage: I personally see this as a 'future' work item given where we are but it should be a nice addition and an easy to accept contribution)The canonical scenario for this is to be able to...
View ArticleEdited Unassigned: UpForGrabs: Add simple IsDirty or HasChanges...
(Note for triage: I personally see this as a 'future' work item given where we are but it should be a nice addition and an easy to accept contribution)The canonical scenario for this is to be able to...
View ArticleEdited Unassigned: UpForGrabs: Add simple method to ask if there are pending...
(Note for triage: I personally see this as a 'future' work item given where we are but it should be a nice addition and an easy to accept contribution)The canonical scenario for this is to be able to...
View ArticleEdited Unassigned: UpForGrabs: Add simple method to ask if there are pending...
(Note for triage: I personally see this as a 'future' work item given where we are but it should be a nice addition and an easy to accept contribution)The canonical scenario for this is to be able to...
View ArticleEdited Unassigned: UpForGrabs: Add simple and efficient API to ask if there...
(Note for triage: I personally see this as a 'future' work item given where we are but it should be a nice addition and an easy to accept contribution)The canonical scenario for this is to be able to...
View ArticleCreated Unassigned: Add missing configuration convention functionality to...
There are currently some things that configuration conventions can do that lightweight conventions cannot. We should expose these in lightweight conventions.Some of examples of this are:Ignore...
View ArticleCreated Unassigned: Convert built-in conventions to lightweight conventions...
Convert existing configuration conventions to lightweight conventions.Some of the checks and semantics that are currently built into the conventions may need to move to the configuration classes. An...
View ArticleEdited Unassigned: Add missing configuration convention functionality to...
There are currently some things that configuration conventions can do that lightweight conventions cannot. We should expose these in lightweight conventions.Some of examples of this are:Ignore...
View ArticleEdited Unassigned: Convert EF conventions to lightweight conventions [1045]
Convert existing configuration conventions to lightweight conventions.Some of the checks and semantics that are currently built into the conventions may need to move to the configuration classes. An...
View ArticleEdited Unassigned: Convert built-in conventions to lightweight conventions...
Convert existing configuration conventions to lightweight conventions.Some of the checks and semantics that are currently built into the conventions may need to move to the configuration classes. An...
View ArticleCreated Unassigned: Add a way to encapsulate lightweight conventions [1046]
We should add a way to easily encapsulate conventions, similar to how a user can inherit from EntityTypeConfiguration<T>.Design meeting notes for this:...
View ArticleCreated Unassigned: Conventions should throw on invalid configuration [1047]
Alter conventions to throw when you get invalid configuration, such as calling HasKey with a property that doesn't exist for the entire set of types.
View ArticleCreated Unassigned: Simplify model conventions interfaces [1048]
Remove IDbConvention and add overloads to add IEdmConvention with an enum to specify if you are targeting conceptual or store.Make IDbMappingConvention internalDesign notes:...
View ArticleCommented Feature: Allow filtering for Include extension method [47]
This item was migrated from the DevDiv work item tracking system [ID=5892].This work item originated from connect.microsoft.com. A member of the EF team at Microsoft should close the related Connect...
View Article