Edited 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 ArticleNew Post: Accessibility of DbSet properties misunderstanding
@Andrew I can't believe my eyes, but today the code is compiled just fine and all works! May be this is some bug in VS 2013? :) Thanks a lot for your answer! It really helped me.
View ArticleEdited Issue: Designer: Assert throwing when opening the attached edmx as xml...
Following assert is being thrown when I open the edmx as xml```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------Empty span on node at...
View ArticleCommented Issue: Designer: Assert throwing when opening the attached edmx as...
Following assert is being thrown when I open the edmx as xml```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------Empty span on node at...
View ArticleCommented Issue: Clicking on warnings on edmx file throws assert [874]
Attached is the edmx file that can reproduce the issue. Open this file with VS2012 Update1. Click on the warnings displayed in the bottom. Attached is the file for assert as well. Comments: Another...
View ArticleEdited Issue: Designer: Assert throwing when opening the attached edmx as xml...
Following assert is being thrown when I open the edmx as xml```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------Empty span on node at...
View ArticleEdited Issue: Designer: Assert throwing when opening the attached edmx as xml...
Following assert is being thrown when I open the edmx as xml```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------Empty span on node at...
View ArticleEdited Issue: Designer: xml editor loses error line information and cannot...
Previously (in VS2012) if there was an error in the edmx file the user could open the edmx with the xml editor and the problematic part would have squiggles showing they user where the error is. Now...
View ArticleNew Post: EF6: Can't get async operations to work with CancellationToken...
I'm having massive problem with getting the async methods to work with a cancellation token. Is this a bug, am I doing it wrong, or is it simply not implemented into beta...
View ArticleEdited 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 ArticleEdited 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 ArticleEdited Task: [RTM] Standardize assembly attributes across runtime and tooling...
We are not consistent in the values we put into fields such as the file description and copyright. Also include the attributes in EntityFramework.psd1 in this effort.
View ArticleEdited 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 ArticleCreated Issue: Remove InternalsVisibleTo in tooling release builds [1519]
Currently the tooling assemblies have a number of InternalsVisibleTo attributes for our test assemblies, which we could remove for our release builds.
View ArticleEdited Issue: Designer: Model1.Designer.cs file is confusing when using T4...
If you are using T4 code generation, the file Model1.Designer.cs is pretty useless. It's an empty file (no code in it) and header comment says following: ```// Default code generation is disabled for...
View ArticleCommented Issue: Designer: Model1.Designer.cs file is confusing when using T4...
If you are using T4 code generation, the file Model1.Designer.cs is pretty useless. It's an empty file (no code in it) and header comment says following: ```// Default code generation is disabled for...
View ArticleClosed Issue: Designer: regargeting to .NET Framework 4 from .NET Framework...
If you have a .NET Framework 4.5 project that contains a v2 edmx file and don't have a reference to any EF dll in your project retargeting to .NET Framework 4 will change the schema to v3Steps1. Have a...
View ArticleCreated Issue: Consider providing better error message when installing...
If you attempt to install the tooling on a machine with the wrong version of VS installed, or no VS, then the error message is:Visual Studio product directory is not found
View ArticleEdited Issue: Consider providing better error message when installing tooling...
If you attempt to install the tooling on a machine with the wrong version of VS installed, or no VS, then the error message is:Visual Studio product directory is not found
View ArticleNew Post: Designer with multiple diagrams
Hello KVerwold, Thanks for reaching out to us. Having multiple diagrams in the same EDMX file has been supported since EF5 and the version of the designer that shipped with Visual Studio 2012 RTM. To...
View Article