Source code checked in, #b2a806094807392e9edb0e11f5194d7726934c10
Public surface for property mappings and unit tests
View ArticleSource code checked in, #5ee4bf8b42218b512ad67b599d8dcf869b164b3f
CodePlex #1633: Deterministic name uniquification behavior should deped on model builder version - Added code to sort the sets, navigation properties and derived types only if model builder version is...
View ArticleCreated Issue: Renaming the junction table for a *:* relationships generates...
1. Generate the initial migration for the following model: public class User{ public int Id { get; set; } public virtual ICollection<Artifact> SubscribedArtifacts { get; set; } public virtual...
View ArticleSource code checked in, #8c00e4675a5fa3e0b624f62a720fa60de55745ae
adding additional coverage for spatial
View ArticleCreated Unassigned: CancellationToken not cancelling queries [1645]
I'm running EF6 rc and it appears the CancellationToken being passed in does not cancel the queries generated from a DbSet IQueryable. It works when using a SqlConnection, and even...
View ArticleCreated Unassigned: TPT inheritance bug? [1646]
Hi,I was using EF5 and decided to switch to EF6.If you run the attached project, you will find that the TPT inheritance is not properly applied to the database, but only for foreign keys. In this...
View ArticleCommented Unassigned: TPT inheritance bug? [1646]
Hi,I was using EF5 and decided to switch to EF6.If you run the attached project, you will find that the TPT inheritance is not properly applied to the database, but only for foreign keys. In this...
View ArticleEdited Unassigned: TPT inheritance bug? [1646]
Hi,I was using EF5 and decided to switch to EF6.If you run the attached project, you will find that the TPT inheritance is not properly applied to the database, but only for foreign keys. In this...
View ArticleEdited Unassigned: TPT inheritance bug? [1646]
Hi,I was using EF5 and decided to switch to EF6.If you run the attached project, you will find that the TPT inheritance is not properly applied to the database, but only for foreign keys. In this...
View ArticleSource code checked in, #4c79de162986280b80dfa4fcde87183a3b727ba2
Added a script to update the connection strings for all of the test projects
View ArticleEdited Issue: [RTM] Configuration conventions applied in oposite order to...
Calling modelBuilder.Types().Configure( t => t.Property("StringProperty").IsUnicode(false)); modelBuilder.Types().Configure(t => t.Property("StringProperty").IsUnicode(true));results in the...
View ArticleEdited Issue: [RTM] Configuration conventions applied in opposite order to...
Calling modelBuilder.Types().Configure( t => t.Property("StringProperty").IsUnicode(false)); modelBuilder.Types().Configure(t => t.Property("StringProperty").IsUnicode(true));results in the...
View ArticleCreated Task: [RTM] Checkin localized intellisense files [1650]
Localization team had some technical issues generating localized intellisense files. We originally checked in the English version for all languages, but prior to RTM we need to swap to the localized...
View ArticleCommented Task: [RTM] Checkin localized intellisense files [1650]
Localization team had some technical issues generating localized intellisense files. We originally checked in the English version for all languages, but prior to RTM we need to swap to the localized...
View ArticleCommented Issue: Designer tests don't run on a machine that has both VS2012...
There seem to be multiple issues related to the VS host that effectively prevent the tests from running on a machine that has both versions of VS installed, regardless of whether you are doing the...
View ArticleEdited Issue: Designer tests don't run on a machine that has both VS2012 and...
There seem to be multiple issues related to the VS host that effectively prevent the tests from running on a machine that has both versions of VS installed, regardless of whether you are doing the...
View ArticleCommented Issue: Upgrade MDF file event not fired on VS2012 when both VS2012...
On a machine with both VS2012 and VS2013 the designer will throw an Assert in VS2012 saying "sqlDatabaseFileUpgradeService service is null" and the even to handle MDF file upgrade will not be...
View ArticleEdited Issue: Upgrade MDF file event not fired on VS2012 when both VS2012 and...
On a machine with both VS2012 and VS2013 the designer will throw an Assert in VS2012 saying "sqlDatabaseFileUpgradeService service is null" and the even to handle MDF file upgrade will not be...
View ArticleCommented Unassigned: TPT inheritance bug? [1646]
Hi,I was using EF5 and decided to switch to EF6.If you run the attached project, you will find that the TPT inheritance is not properly applied to the database, but only for foreign keys. In this...
View ArticleCommented Unassigned: TPT inheritance bug? [1646]
Hi,I was using EF5 and decided to switch to EF6.If you run the attached project, you will find that the TPT inheritance is not properly applied to the database, but only for foreign keys. In this...
View Article