Source code checked in, #0a1ecff98d71
fixing build break - removing a recently checked in test. It passes on local box but fails on the build machine
View ArticleCreated Issue: Migrations - error messages are bad when having multiple...
When one creates more than one DbMigrationsConfiguration class power shell command require passing additional parameter to specify which configuration should be used. However error messages don't...
View ArticleCreated Issue: STE update collision [638]
I use EF & WCF in N-Tier application. Code of my wcf service: public void UpdateUser(User user){ using (var db = new TestModelContainer()) { db.UserSet.ApplyChanges(user); db.SaveChanges(); }}
View ArticleEdited Issue: STE update collision [638]
I use EF & WCF in N-Tier application. Code of my wcf service: public void UpdateUser(User user){ using (var db = new TestModelContainer()) { db.UserSet.ApplyChanges(user); db.SaveChanges(); }}I use...
View ArticleEdited Issue: STE update collision [638]
I use EF & WCF in N-Tier application. I use self tracking entities and I have problem with updates. Example code of my wcf service: public void UpdateUser(User user){ using (var db = new...
View ArticleEdited Issue: STE update collision [638]
I use EF & WCF in N-Tier application. I use self tracking entities and I have problem with updates. Example code of my wcf service: public void UpdateUser(User user){ using (var db = new...
View ArticleNew Post: How to refresh client catch data?
I have an application use ef & repository & unity & winform.so if an other people update the database ,current people want to load current db data must restart application .Is there anyway...
View ArticleNew Post: StorageMappingItemCollection cannot locate correct entity container...
Exactly, is there any way to make them not internal? I can make correct mapping for table to entity or splits commit, if I can only get to CsSpace and mappings. Now I have to template generate from...
View ArticleCreated Issue: EF5 with dbcontext: Dragging a child entity from project data...
using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create a model with master/child 2 tables with FKey like Order/Order Detail , generate code as...
View ArticleCreated Issue: DropCreateDatabaseIfModelChanges initialzer doesn't work in...
When an exception is thrown from a custom convention the database is put into a bad state that causes the Initializer to not run. Repro:Create an console application following the standard...
View ArticleCommented Issue: DropCreateDatabaseIfModelChanges initialzer doesn't work in...
When an exception is thrown from a custom convention the database is put into a bad state that causes the Initializer to not run. Repro:Create an console application following the standard...
View ArticleCreated Issue: Exception has poorly formatted message attached [641]
The error message that appears when a DbSet is attempted to be constructed from a property that doesn't contain a property that can be mapped to a keythe error message looks as such:"...
View ArticleUpdated Wiki: Updating Applications to use EF6
In previous versions of EF the code was split between core libraries (primarily System.Data.Entity.dll) shipped as part of the .NET Framework and out-of-band (OOB) libraries (primarily...
View ArticleCreated Issue: Designer: Consider removing facet propagation [642]
This feature was added in EF Designer for VS 2012, but it turns out the implementation only works for SQL Server. We need to improve our understanding of the effects of removing it and consider...
View ArticleEdited Issue: Designer: Consider removing facet propagation [642]
This feature was added in EF Designer for VS 2012, but it turns out the implementation only works for SQL Server. We need to improve our understanding of the effects of removing it and consider...
View ArticleEdited Issue: Designer: Consider removing facet propagation [642]
This feature was added in EF Designer for VS 2012, but it turns out the implementation only works for SQL Server. We need to improve our understanding of the effects of removing it and consider...
View ArticleEdited Issue: Designer: Consider removing facet propagation [642]
This feature was added in EF Designer for VS 2012, but it turns out the implementation only works for SQL Server. We need to improve our understanding of the effects of removing it and consider...
View ArticleEdited Issue: MustFix: EF Designer may blindly overwrite facets of C-Space...
There is a new feature in EF Designer in VS2012 where we update facets of C-Space properties based on facets on S-Space properties. This is done to propagate changes the user made to the database to...
View ArticleEdited Issue: Designer: Consider removing facet propagation [642]
This feature was added in EF Designer for VS 2012, but it turns out the implementation only works for SQL Server. We need to improve our understanding of the effects of removing it and consider...
View Article