Edited Task: Add time zone info to DbCommandLogger output [1151]
As per discussion in the design meeting. See: https://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%20May%2016%2c%202013
View ArticleCreated Unassigned: StoredProcs :: mapping entity with int? key throws -...
When trying to scaffold migration for the following model:public class Customer{ public int? Id { get; set; } public string Name { get; set; }} public class MyContext : DbContext{ public...
View ArticleCreated Unassigned: CodeFirst: SqlException if class inheriting from...
Create new console application and paste the code below: public class Configuration : DbMigrationsConfiguration<MyContext>{} public class MyContext : DbContext{ public DbSet<Contact>...
View ArticleEdited Unassigned: CodeFirst: SqlException if class inheriting from...
Create new console application and paste the code below: public class Configuration : DbMigrationsConfiguration<MyContext>{} public class MyContext : DbContext{ public DbSet<Contact>...
View ArticleEdited Unassigned: CodeFirst: SqlException if class inheriting from...
Create new console application and paste the code below: public class Configuration : DbMigrationsConfiguration<MyContext>{} public class MyContext : DbContext{ public DbSet<Contact>...
View ArticleEdited Unassigned: CodeFirst: SqlException if class inheriting from...
Create new console application and paste the code below: public class Configuration : DbMigrationsConfiguration<MyContext>{} public class MyContext : DbContext{ public DbSet<Contact>...
View ArticleEdited Issue: CodeFirst: Each call to Map/MapToStoredProcedures overrides the...
When making multiple calls to MapToStoredProcedures, we override the previous map stored proc settings. This is a bit confusing. For instance:``` C#modelBuilder .Entity<Blog>()...
View ArticleClosed Issue: EDM: Should validate uniqueness of function...
For entity sets, we validate the uniqueness of Schema/Table attribute pairs. However, we don't do the same validation for functions Schema/StoreFunctionName attribute pairs.Comments: EDM supports...
View ArticleCommented Issue: T4 codegen not triggered automatically in WebSite projects...
Running an ASP .NET (v4.5) Web Site Project under VS 2012 Update 2. When creating a new entity model (.edmx) from an existing database under the App_Code folder, nested under the .edmx file is only the...
View ArticleCreated Issue: Perf: Cache the provider manifest token in...
When initializing a context EF queries the provider manifest token several times; in a high latency scenario this results in a noticeable delay.
View ArticleCommented Issue: T4 codegen not triggered automatically in WebSite projects...
Running an ASP .NET (v4.5) Web Site Project under VS 2012 Update 2. When creating a new entity model (.edmx) from an existing database under the App_Code folder, nested under the .edmx file is only the...
View ArticleCommented Issue: Port Fix: Enable JSON serialization of dynamic proxies [184]
"INITIAL BUG:It seems that when Entity Framework creates proxy classes for entity objects, it does not honour property attributes set on virtual navagation properties. It is a serious problem when...
View ArticleClosed Issue: Port Fix: Enable JSON serialization of dynamic proxies [184]
"INITIAL BUG:It seems that when Entity Framework creates proxy classes for entity objects, it does not honour property attributes set on virtual navagation properties. It is a serious problem when...
View ArticleEdited Issue: Port Fix: Enable JSON serialization of dynamic proxies [184]
"INITIAL BUG:It seems that when Entity Framework creates proxy classes for entity objects, it does not honour property attributes set on virtual navagation properties. It is a serious problem when...
View ArticleCreated Unassigned: EFDesigner - model first - we should let people know that...
In Model first we decided not to add templates to the project until the users selects the EF version s/he wants to work with. The reason for this is that we have different templates for EF6 and EF5....
View ArticleEdited Unassigned: EFDesigner - model first - we should let people know that...
In Model first we decided not to add templates to the project until the users selects the EF version s/he wants to work with. The reason for this is that we have different templates for EF6 and EF5 and...
View ArticleClosed Issue: DetectChanges navigation property fix-up bug? [668]
Given a POCO model and Code First, after setting a foreign key property on an instance that has an associated navigation property, fix-up is supposed to occur during DetectChanges. If code causes...
View ArticleEdited Issue: DetectChanges navigation property fix-up bug? [668]
Given a POCO model and Code First, after setting a foreign key property on an instance that has an associated navigation property, fix-up is supposed to occur during DetectChanges. If code causes...
View ArticleCreated Issue: ObjectContext.EnsureConnection() could cause a connection leak...
The delegate passed to EnsureContextIsEnlistedInCurrentTransaction increases the connectionRequestCount, but this isn't correct as no additional requests were made and therefore there won't be and...
View ArticleCommented Unassigned: On Migration or Run I get: IsSystem' attribute is not...
<File Unknown>(0,0) : error 2025: XML Schema validation failed for mapping schema. Schema Error Information : The 'http://schemas.microsoft.com/ado/2012/10/edm/migrations:IsSystem' attribute is...
View Article