Commented Unassigned: 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 (from...
View ArticleClosed Task: Designer: Downgrade model-first models when ef6 selected on...
For empty models (a.k.a. model-first) we create a v3 edmx on projects that target .NET Framework 4. When the user first tries to generate a database from the model or update the model from a database,...
View ArticleClosed Feature: Designer: Support for EF6 (and ability to choose EF version...
In previous versions of the EF Designer we always used the latest version of EF when creating new models. For example, in Visual Studio 2012 you would always get EF5 when you create a new model.Because...
View ArticleCreated Unassigned: Investigate removing Mapping.msl and Escher.vsdir from...
I don't think these files are needed, but not 100% sure. The MSL file is strange in that it isn't xml.If they are not required then we should remove them and update the part of our build that excludes...
View ArticleEdited Issue: [RTM] Update-Database -Script not working with...
When I try to generate the migration script, and my solution is configured to use the SqlAzureExecutionStrategy, I get an exception.I'm trying to run the following command: Update-Database...
View ArticleSource code checked in, #24fb6528954841aa98bf6252a3d517c01570e471
Merge branch 'release-6.0.0'
View ArticleEdited Issue: [RTM] Serialized SSDL contains auto generated namespace prefix...
When generating a model from the database the designer adds some attributes in the "http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" previously we would define the namespace on...
View ArticleCommented Issue: [RTM] Serialized SSDL contains auto generated namespace...
When generating a model from the database the designer adds some attributes in the "http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" previously we would define the namespace on...
View ArticleEdited Task: [NonVS] EFDesigner - we need some testing around handling models...
Even though this is not a main line scenario it's not difficult to end up having a project that uses both System.Data.Entity.dll and EF6. A few scenarios are:- I have a bigger app and would like to...
View ArticleCreated Unassigned: The message for obsolete EntityViewContainer is incorrect...
We made the EntityViewContainer and friends obsolete and now if a project is using the deprecated classes we make the compilation fail with the following message: Error 1...
View ArticleEdited Unassigned: The message for obsolete EntityViewContainer is incorrect...
We made the EntityViewContainer and friends obsolete and now if a project is using the deprecated classes we make the compilation fail with the following message: Error 1...
View ArticleClosed Issue: Designer: Consider making it clearer how to target older EF...
Until talking with Brice it wasn't clear to me how to create a new application that targets an older version of EF. Apparently, the expected approach is to add the NuGet package or add a reference to...
View ArticleClosed Issue: Designer: Codegen not triggered in model-first web site...
This is similar to [Work Item 1095](https://entityframework.codeplex.com/workitem/1095), except for model-first instead of database-first.__Steps:__1. New Web Site Project2. New Empty ADO.NET Entity...
View ArticleCreated Unassigned: EF is asking for views it did not create [1531]
If relationships exist in the model runtime asks for views it did not create. This gets even more complicated because the number of created views depends on whether this is an independent association...
View ArticleCreated Unassigned: NRE thrown if GetView returns null [1532]
We are throwing a NullReferenceException if DbMappingViewCache.GetView() override returns null.
View ArticleCreated Unassigned: We never check the model hash for generated views [1533]
We require overriding DbMappingViewCache.MappingHashValue so that we can check whether the views match the model but we never read the value of this property so we use the views regardless of whether...
View ArticleCommented Issue: cascade delete bug with table per type inheritance [1501]
I wasn't able to find an issue for this bug but did see some references to it being a known issue on Stack Overflow. I've attached a sample project to reproduce the problem and tested with similar...
View ArticleCommented Issue: cascade delete bug with table per type inheritance [1501]
I wasn't able to find an issue for this bug but did see some references to it being a known issue on Stack Overflow. I've attached a sample project to reproduce the problem and tested with similar...
View ArticleCommented Issue: cascade delete bug with table per type inheritance [1501]
I wasn't able to find an issue for this bug but did see some references to it being a known issue on Stack Overflow. I've attached a sample project to reproduce the problem and tested with similar...
View ArticleCreated Issue: DbContext data validation topics missing in MSDN documentation...
I did a search in MSDN and all I could find where the blog post that are "marked as obsolete".
View Article