Edited Issue: Migrations: does not detect changes to DatabaseGeneratedOption...
VS12Pro, EF 5, steps to recreate:- create class with custom primary [Key]- create database- enable migration- result: table with correct primary key NOT NULL, but identity = false- add...
View ArticleClosed Issue: Migrations :: migrating from database generated key (identity),...
Repro:Create simple model:``` public class Foo{ public int Id { get; set;} public string Name { get; set; }} public class MyContext : DbContext{ public DbSet<Foo> Foos { get; set;...
View ArticleClosed Issue: [RTM] A convention that sets precision on an int doesn't throw...
During the evolution of conventions we decided that conventions that invalid configuration in conventions should throw.It appears that setting precision on an int is currently a no-op rather than...
View ArticleCommented Issue: Malformed XML comment on DbModelExtensions.GetStoreModel [1459]
The XML comment is missing the starting <summary> tag:```/// Gets the store model from the specified DbModel./// </summary>/// <param name="model">An instance of a class that...
View ArticleClosed Issue: Malformed XML comment on DbModelExtensions.GetStoreModel [1459]
The XML comment is missing the starting <summary> tag:```/// Gets the store model from the specified DbModel./// </summary>/// <param name="model">An instance of a class that...
View ArticleEdited Issue: [RTM] VWDExpress needs %VS110COMNTOOLS% defined [1517]
See issue https://entityframework.codeplex.com/workitem/1431We also have the same issue on 2012 i.e. install only VWDExpress 2012 and the latest Dev11 drop of EFTools (I used RC1 build #7) on a VM...
View ArticleSource code checked in, #5a96ff4ea90b623fa35a4006217a4a1a61a409ad
moving tests from transitional suite part 2 - moving migrations and productivity tests, as well as some test models. CR: BriceLam
View ArticleCommented Unassigned: Seed with SQL Authentication and accessing...
An update-database command can cause the error message "The underlying provider failed on open" while executing the Seed method under the following scenario:1. Update-Database is called with the...
View ArticleEdited Unassigned: Seed with SQL Authentication and accessing ObjectContext...
An update-database command can cause the error message "The underlying provider failed on open" while executing the Seed method under the following scenario:1. Update-Database is called with the...
View ArticleClosed Task: [RTM] Performance: lower the cost of calling...
Changeset [63290f01c4](https://entityframework.codeplex.com/SourceControl/changeset/63290f01c40841f9ed8b3c2e3f53125c52da0189#file_diff_src/EntityFramework/Core/Objects/ObjectContext.cs) introduced a...
View ArticleClosed Issue: [RTM] Getting an ObjectContext from DbContextInfo-created...
When DbContextInfo is created with known provider information--i.e. a DbProviderInfo object--it uses this provider information to build the model. However, if an ObjectContext is then requested it is...
View ArticleCreated Unassigned: UpdateException being hidden by null ref exception in...
Hello,NOTE: Tracing this was done via the Reflector generate PDB function so cannot vouch 100% for accuracy but have I have matched it up with the source in codeplex which makes sense so guessing it's...
View ArticleEdited Unassigned: UpdateException being hidden by null ref exception in...
Hello,NOTE: Tracing this was done via the Reflector generate PDB function so cannot vouch 100% for accuracy but have I have matched it up with the source in codeplex which makes sense so guessing it's...
View ArticleCreated Unassigned: Validation failed for one or more entities. [1571]
So I have the following Entities :[Table("UserTbl")] public abstract class User{[Key][DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)] public int UserId { get; set; }[Required] public...
View ArticleCommented Unassigned: Validation failed for one or more entities. [1571]
So I have the following Entities :[Table("UserTbl")] public abstract class User{[Key][DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)] public int UserId { get; set; }[Required] public...
View ArticleCommented Unassigned: Validation failed for one or more entities. [1571]
So I have the following Entities :[Table("UserTbl")] public abstract class User{[Key][DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)] public int UserId { get; set; }[Required] public...
View ArticleCommented Unassigned: UpdateException being hidden by null ref exception in...
Hello,NOTE: Tracing this was done via the Reflector generate PDB function so cannot vouch 100% for accuracy but have I have matched it up with the source in codeplex which makes sense so guessing it's...
View ArticleCommented Unassigned: UpdateException being hidden by null ref exception in...
Hello,NOTE: Tracing this was done via the Reflector generate PDB function so cannot vouch 100% for accuracy but have I have matched it up with the source in codeplex which makes sense so guessing it's...
View ArticleCommented Unassigned: UpdateException being hidden by null ref exception in...
Hello,NOTE: Tracing this was done via the Reflector generate PDB function so cannot vouch 100% for accuracy but have I have matched it up with the source in codeplex which makes sense so guessing it's...
View ArticleCommented Unassigned: UpdateException being hidden by null ref exception in...
Hello,NOTE: Tracing this was done via the Reflector generate PDB function so cannot vouch 100% for accuracy but have I have matched it up with the source in codeplex which makes sense so guessing it's...
View Article