New Post: Accessibility of DbSet properties misunderstanding
I have created simple context class:class BonusContext : DbContext { public DbSet<ActCategory> ActCategories { get; set; } protected override void OnModelCreating(DbModelBuilder modelBuilder) {...
View ArticleEdited Task: [NonVS] Fix identified naming issues in test code [1487]
We have a list of names that need to be changed.
View ArticleClosed Issue: Designer: SQL Server Compact provider not installed after...
While creating a new model, if you select a SQL Server Compact (aka SQL CE) database and choose EF6, the EntityFramework.SqlServerCompact package is not installed into the user's project. The...
View ArticleCreated Unassigned: Model.tt template causes warnings in VB [1495]
Very minor issue. If you create an EDMX in a VB project (I used a Dynamic Data Entities Website and a model with 2 entities with a 1:* association between them), when the .tt files generate the .vb...
View ArticleEdited Unassigned: 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 ArticleCommented Unassigned: 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 ArticleCommented Issue: One to Zero-or-One association results in one to many (model...
You can view this issue here: http://stackoverflow.com/questions/17954605/i-found-duplicate-rows-in-sql-for-a-one-to-zero-or-one-entity-framework-relati/17959345?iemail=1&noredirect=1#17959345At...
View ArticleEdited Issue: One to Zero-or-One association results in one to many (model...
You can view this issue here: http://stackoverflow.com/questions/17954605/i-found-duplicate-rows-in-sql-for-a-one-to-zero-or-one-entity-framework-relati/17959345?iemail=1&noredirect=1#17959345At...
View ArticleCommented Unassigned: 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 ArticleNew Post: InvalidCastException when converting EF4 provider to work as an EF6...
I’m working on getting the Visual FoxPro Entity Framework Provider to work with EF6 and have run into an issue that I can’t resolve without asking for a change to the EF6 code.Requested Change: I'd...
View ArticleCommented Issue: Designer :: changing the accessibility of Entity type from...
In the designer, create a model with hierarchy (e.g. Customer and VipCustomer). Change accessibility of Customer class to Internal. This changes the accessibility of a C# class customer to internal....
View ArticleCommented Unassigned: Model.tt template causes warnings in VB [1495]
Very minor issue. If you create an EDMX in a VB project (I used a Dynamic Data Entities Website and a model with 2 entities with a 1:* association between them), when the .tt files generate the .vb...
View ArticleCreated Unassigned: Sql CE provider persists in the designer even after...
Even after the SqlServerCompact provider is removed from a project, designer tools continue to functionRepro steps:* in Dev11: Create new Console application* From package manager console and the ASP...
View ArticleEdited Unassigned: UX: Entity type shape icons on light backgrounds are...
Apparently this is caused by a difference in the icon inversion algorithm we use in VS 2012 from the one we use in VS 2013. Instead of turning the halo color into the same color as the background it...
View ArticleEdited Issue: Designer (UX): Designer surface color does not immediately...
1. Add a new EDMX2. Change the VS theme (from light to dark or dark to light)Expected: Designer surface should change to match VS themeActual: Does not change until VS is restarted
View ArticleEdited Issue: A lot of automated P0 are failing due to a new warning box [1469]
Many of the automated test cases that launch the model wizard are failing with following new warning box. It shows this dialog box even if there are few tables selected. When you click on Yes on the...
View ArticleEdited Issue: A lot of automated P0 are failing due to a new warning box [1469]
Many of the automated test cases that launch the model wizard are failing with following new warning box. It shows this dialog box even if there are few tables selected. When you click on Yes on the...
View ArticleCommented Issue: A lot of automated P0 are failing due to a new warning box...
Many of the automated test cases that launch the model wizard are failing with following new warning box. It shows this dialog box even if there are few tables selected. When you click on Yes on the...
View ArticleEdited Unassigned: UX: Entity type shape icons on light backgrounds are...
Apparently this is caused by a difference in the icon inversion algorithm we use in VS 2012 from the one we use in VS 2013. Instead of turning the halo color into the same color as the background it...
View ArticleCommented Unassigned: UX: Entity type shape icons on light backgrounds are...
Apparently this is caused by a difference in the icon inversion algorithm we use in VS 2012 from the one we use in VS 2013. Instead of turning the halo color into the same color as the background it...
View Article