Edited Unassigned: NavigationPropertyConvention called for complex properties...
Model ```public class Customer{ public int Id { get; set; } public string Name { get; set; } public Address Address { get; set; }}public class Address{ public string Street { get; set; } public string...
View ArticleEdited Unassigned: NavigationPropertyConvention called for complex properties...
Model ```public class Customer{ public int Id { get; set; } public string Name { get; set; } public Address Address { get; set; }}public class Address{ public string Street { get; set; } public string...
View ArticleEdited Task: Make DbMigrationsConfiguration.HistoryContextFactory take a Func...
As decided in API review we want to remove this interface and just use a Func
View ArticleSource code checked in, #92b12fa414b31e7701b727fc451b2ee363c32805
Build break fix against .NET 4.0. Older compiler is not able to infer type arguments from usage. Specifying them explicitly.
View ArticleCreated Unassigned: Performance: regression in ObjectContext.SaveChanges [1025]
There is a new regression detected in ObjectContext.SaveChanges() after April 3rd or April 4th. The profiles indicate we're spending more time generating the target TSql for the insert and update...
View ArticleCommented Task: Make DbMigrationsConfiguration.HistoryContextFactory take a...
As decided in API review we want to remove this interface and just use a FuncComments: Fixed in 667912009662 GoingOldSkool (Replace IHistoryContextFactory interface with HistoryContextFactory delegate)...
View ArticleEdited Task: Make DbMigrationsConfiguration.HistoryContextFactory take a Func...
As decided in API review we want to remove this interface and just use a Func
View ArticleSource code checked in, #3d30bdfe76144682c10894e29adfa9d74fdd64b1
Moving try/catch logic from DatabaseOperations.Exists to ObjectContext.DatabaseExists to make the behavior consistent. Added more tests for database operations with auto-named attached databases and...
View ArticleCommented Unassigned: error 2010: The Column 'ColumnName' specified as part...
Hello,I am using __EntityFramework.6.0.0-alpha3-20405__I have some Code First TPH classes. The above error seem to appear randomly with certain InverseProperty associations. Any leads will be...
View ArticleClosed Issue: SimpleScenariosForLocalDb tests seem to fail regularly on CI...
SimpleScenariosForLocalDb are failing regularly and have been disabled.System.Data.DataException : An exception occurred while initializing the database. See the InnerException for details. ----...
View ArticleSource code checked in, #1fbd79397c4ae415cc42d7742d1613b4822d5e57
Issue 879 - move SqlFunctions and SqlSpatialFunctions to SqlServer assembly and change namespace
View ArticleCommented Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL...
SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...
View ArticleEdited Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...
SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...
View ArticleEdited Unassigned: Performance: regression in ObjectContext.SaveChanges [1025]
There is a new regression detected in ObjectContext.SaveChanges() after April 3rd or April 4th. The profiles indicate we're spending more time generating the target TSql for the insert and update...
View ArticleCommented Unassigned: Performance: regression in ObjectContext.SaveChanges...
There is a new regression detected in ObjectContext.SaveChanges() after April 3rd or April 4th. The profiles indicate we're spending more time generating the target TSql for the insert and update...
View ArticleEdited Issue: Reverse Engineer Code First doesn't escape database name to be...
http://blogs.msdn.com/b/adonet/archive/2012/04/09/ef-power-tools-beta-2-available.aspx#10327681I used the Reverse Engineer Code First option applied to a SQL Server Express file and that works fine...
View ArticleEdited Issue: Reverse Engineer Code First: Using database name as entity...
The Reverse Engineer Code First process uses the database name (DbConnection.Database) as the entity container name. We don't do any escaping so this may contain invalid characters. This is basically...
View ArticleEdited Issue: Reverse Engineer Code First: Using database name as entity...
The Reverse Engineer Code First process uses the database name (DbConnection.Database) as the entity container name. We don't do any escaping so this may contain invalid characters. This is basically...
View ArticleEdited Issue: Reverse Engineer Code First doesn't escape database name to be...
http://blogs.msdn.com/b/adonet/archive/2012/04/09/ef-power-tools-beta-2-available.aspx#10327681I used the Reverse Engineer Code First option applied to a SQL Server Express file and that works fine...
View ArticleEdited Issue: Reverse Engineer Code First: Using database name as entity...
The Reverse Engineer Code First process uses the database name (DbConnection.Database) as the entity container name. We don't do any escaping so this may contain invalid characters. This is basically...
View Article