Created Unassigned: Migrations :: migrations is broken for new models with...
Create the following model:``` public abstract class Person{ public int Id { get; set; }} public class Employee : Person{ public DateTime HiredDate { get; set; }} public class MyContext : DbContext{...
View ArticleEdited Issue: Migrations :: migrations is broken for new models with...
Create the following model:``` public abstract class Person{ public int Id { get; set; }} public class Employee : Person{ public DateTime HiredDate { get; set; }} public class MyContext : DbContext{...
View ArticleEdited Issue: Migrations :: migrations is broken for new models with...
Create the following model:``` public abstract class Person{ public int Id { get; set; }} public class Employee : Person{ public DateTime HiredDate { get; set; }} public class MyContext : DbContext{...
View ArticleEdited Issue: Migrations :: explicit migrations is broken for new models with...
Create the following model:``` public abstract class Person{ public int Id { get; set; }} public class Employee : Person{ public DateTime HiredDate { get; set; }} public class MyContext : DbContext{...
View ArticleEdited Unassigned: Migrations :: upgrading model with Table-Per-Type...
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 Task: Check cancellation token in ForEachAsync [1470]
We always delegate the cancellation token check to the provider as it is much more likely that a database operation is being executed when the cancellation is requested.However it appears that...
View ArticleCommented Unassigned: Migrations :: upgrading model with Table-Per-Type...
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 ArticleCreated Task: Replace use of GetMethod calls [1652]
.NET for Windows Store Apps does not support Type.GetMethod and similar.
View ArticleEdited Task: Replace use of GetMethods calls [1652]
.NET for Windows Store Apps does not support Type.GetMethods and similar.
View ArticleEdited Unassigned: Migrations :: model with Table-Per-Type hierarchy and...
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, #a64676e2b703a5a7394de09e196e6c59eaa999ae
Merge branch 'release-6.0.0'
View ArticleEdited Unassigned: Migrations :: model with Table-Per-Type hierarchy and...
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: Migrations :: model with Table-Per-Type hierarchy and...
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: Code First: TPT foreign key (on derived type) is placed on...
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: Code First: TPT foreign key (on derived type) is placed...
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 ArticleCreated Release: EF 6.0.1
A placeholder to track items that would be good candidates for a patch release on EF6.
View ArticleEdited Unassigned: Code First: TPT foreign key (on derived type) is placed on...
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 Issue: Migrations :: explicit migrations is broken for new models with...
Create the following model:``` public abstract class Person{ public int Id { get; set; }} public class Employee : Person{ public DateTime HiredDate { get; set; }} public class MyContext : DbContext{...
View ArticleEdited Unassigned: Code First: TPT foreign key (on derived type) is placed on...
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 Issue: Migrations :: explicit migrations is broken for new models with...
Create the following model:``` public abstract class Person{ public int Id { get; set; }} public class Employee : Person{ public DateTime HiredDate { get; set; }} public class MyContext : DbContext{...
View Article