Edited Issue: EntityFramework 5 Code First multiple inheritance mapping...
#Steps to Reproduce#---##Model## public class Gender{[Key] public Guid GenderId { get; set; }[Required][MaxLength(250)] public string Name { get; set; }} public abstract class Person{[Key] public Guid...
View ArticleClosed Issue: CF Stored Procs :: Misleading exception thrown when trying to...
Repro.Produce the following model:``` public class ArubaTask{ public int Id { get; set; } public string Name { get; set; }} public class ArubaRun{ public int Id { get; set; } public...
View ArticleEdited Issue: Database.UseTransaction may perform context initalization,...
When we let EF know about the user transaction, one can use:context.Database.UseTransaction(myTransaction). Problem is, that under the covers it looks like...
View ArticleCreated Issue: Assert thrown when running P1 test case...
The test case has following assert twice. After clicking Ignore on it, the test case passes eventually. Here is the text from the Assert.---------------------------Assertion Failed: Abort=Quit,...
View ArticleCreated Unassigned: Assert thrown when running P1 test case...
Following assert is thrown when running this P1 test. How many ever times, Ignore is clicked, it keeps coming back. The text from the assert is as follows.```The ParameterName this scalar is pointing...
View ArticleEdited Unassigned: Assert thrown when running P1 test case...
Following assert is thrown when running this P1 test. How many ever times, Ignore is clicked, it keeps coming back. The text from the assert is as follows.```The ParameterName this scalar is pointing...
View ArticleEdited Issue: Assert thrown when running P1 test case...
The test case has following assert twice. After clicking Ignore on it, the test case passes eventually. Here is the text from the Assert."---------------------------Assertion Failed: Abort=Quit,...
View ArticleEdited Issue: Assert thrown when running P1 test case...
The test case has following assert twice. After clicking Ignore on it, the test case passes eventually. Here is the text from the Assert.```---------------------------Assertion Failed: Abort=Quit,...
View ArticleEdited Issue: InternalsVisibleTo not removed on published builds [1342]
src\EntityFramework\Properties\InternalsVisibleTo.cs we have a set of InternalsVisibleTo that are wrapped in an #if !INTERNALS_INVISIBLE. Problem is that this is never set so the EF6 Nightly and...
View ArticleCommented Issue: InternalsVisibleTo not removed on published builds [1342]
src\EntityFramework\Properties\InternalsVisibleTo.cs we have a set of InternalsVisibleTo that are wrapped in an #if !INTERNALS_INVISIBLE. Problem is that this is never set so the EF6 Nightly and...
View ArticleEdited Unassigned: Assert thrown when running P1 test case...
Following assert is thrown when running this P1 test. How many ever times, Ignore is clicked, it keeps coming back. The text from the assert is as follows.```The ParameterName this scalar is pointing...
View ArticleClosed Issue: Undo/Redo after update-from or generate database operation [1302]
Update From Database:1. Add new EDMX, empty model2. Update from an existing database and select a table.3. Once update is complete, press ctrl+zExpected: the reverse-egnineered entity...
View ArticleCommented Feature: Power tools : Data annotations for reverse engineering...
In many applications, having the classes generated use Data Annotations instead of the Fluent mapping is more desirable. There are blog posts on how to customize the tt files to do this for some...
View ArticleCommented Issue: Power Tools: Context menu commands not working in project...
None of the actions from the file context menu is working when the project is under a solution folder. A message box saying “Sequence contains no matching element” is displayed, no exception is written...
View ArticleCommented Issue: [UX] Icons on tree grid control of the Mapping Details...
Mapping Window tree grid icons are not properly sized on high DPI.Related issues:[#1359](https://entityframework.codeplex.com/workitem/1359) Icons on toolbar control of the Mapping Details window look...
View ArticleEdited Issue: [UX] Icons on tree grid control of the Mapping Details window...
Mapping Window tree grid icons are not properly sized on high DPI.Related issues:[#1359](https://entityframework.codeplex.com/workitem/1359) Icons on toolbar control of the Mapping Details window look...
View ArticleEdited Issue: [UX] Icons in Model Browser look blurry in high definition...
Apparently some setting is causing WPF to render icons in model browser in such way that they look very blurry. The ones on the Solution Explorer window look crisp.
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 ArticleCommented 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 restartedComments: Fixed in...
View ArticleEdited Issue: Designer: Existing extensions do not work [1162]
The assembly version of Microsoft.Data.Entity.Design.Extensibility.dll has changed from 11.1.0.0 to 12.0.0.0. Unless we put a binding redirect inside of devenv.exe.config, exiting designer extensions...
View Article