Commented Issue: Migrations: 5 -> 6 upgrade on Azure broken [739]
From this thread: http://entityframework.codeplex.com/discussions/406754 it looks like our strategy for upgrading the history table doesn't work on Azure.Comments: Consider for EF6
View ArticleEdited Issue: Entity Model Association Layout Issues [738]
I'm having two issues with the entity association lines. The first involves the persistence of the association lines after closing VS 2012 and reloading the project. They are not how I had manually...
View ArticleCommented Issue: Entity Model Association Layout Issues [738]
I'm having two issues with the entity association lines. The first involves the persistence of the association lines after closing VS 2012 and reloading the project. They are not how I had manually...
View ArticleEdited Issue: Enable StoredProcedure import to use convention based import of...
see attachment for description.<br />the result should map for GetAllPersonsOfTypeAndIncludeAddressWithZipCodeAs98001<br />this SP is essentially a workaround to beat what EF cannot...
View ArticleCommented Issue: Enable StoredProcedure import to use convention based import...
see attachment for description.<br />the result should map for GetAllPersonsOfTypeAndIncludeAddressWithZipCodeAs98001<br />this SP is essentially a workaround to beat what EF cannot...
View ArticleEdited Issue: Release async enumerable as separate project [736]
It would be great to have async enumerable which can be used in another projects without dependency to EF
View ArticleCommented Issue: Release async enumerable as separate project [736]
It would be great to have async enumerable which can be used in another projects without dependency to EFComments: Assigned to divega
View ArticleEdited Issue: Migrations option to generate key names with dots replaced with...
Out of the box migrations use the table name with schema when creating keys. For example, migrations will generate a key by this name "PK_dbo.Header_Change_Event" if I do not manually set the name. In...
View ArticleEdited Issue: Give DbGeography support for polygons with holes [728]
The DbGeopgaphy type does not support to access to the individual rings of a singe polygon having holes. Please add support to access the inner rings defining the holes via the ExteriorRing...
View ArticleEdited Issue: The type 'XXXX' was not mapped. Check that the type has not...
I'm getting the "The type 'XXXX' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined...
View ArticleCommented Issue: The type 'XXXX' was not mapped. Check that the type has not...
I'm getting the "The type 'XXXX' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined...
View ArticleClosed Issue: Error when browsing to WCF Data Services WcfDataService1.svc/...
I have created a localdb using codefirst in VS2012 which works fine.<br />I can access the data in my table using the dbContext from a Console App - all seems good.#<br /><br />Now,...
View ArticleEdited Issue: EF loads entire child collection when item is added to context...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View ArticleCommented Issue: EF loads entire child collection when item is added to...
I've found that when using lazy child collections, the collection is loaded when an item is added directly to the context. This is a problem because the collection may be very large. I think EF wants...
View ArticleEdited Issue: DropCreateDatabaseIfModelChanges initialzer doesn't work in...
When an exception is thrown from a custom convention the database is put into a bad state that causes the Initializer to not run. <br /><br />Repro:<br />Create an console application...
View ArticleCommented Issue: DropCreateDatabaseIfModelChanges initialzer doesn't work in...
When an exception is thrown from a custom convention the database is put into a bad state that causes the Initializer to not run. <br /><br />Repro:<br />Create an console application...
View ArticleEdited Issue: Delete existing default constraint when changing defaultValue...
When you set a column default value, SQL Server creates a constraint with a randomly generated name. This default value constraint must be deleted before a new default value can be added.<br...
View ArticleCommented Issue: Delete existing default constraint when changing...
When you set a column default value, SQL Server creates a constraint with a randomly generated name. This default value constraint must be deleted before a new default value can be added.<br...
View ArticleCommented Issue: The type 'XXXX' was not mapped. Check that the type has not...
I'm getting the "The type 'XXXX' was not mapped. Check that the type has not been explicitly excluded by using the Ignore method or NotMappedAttribute data annotation. Verify that the type was defined...
View ArticleCreated Issue: AsStreaming don't work for entire sets [751]
The AsStreaming extensión method in IDbSet' throw the assertion in DbHelpers.CreateStreamingQuery because query==null. class Program{ static void Main(string[] args){ using (var unitOfWork = new...
View Article