Commented Issue: Designer: Build required before third-party providers are...
When creating a new model, if you select a database without an EF6 provider, you will get an informational message telling you to "exit this wizard and install a compatible provider before performing...
View ArticleEdited Task: EFDesigner - model first - we should let people know that the...
In Model first we decided not to add templates to the project until the users selects the EF version s/he wants to work with. The reason for this is that we have different templates for EF6 and EF5 and...
View ArticleCommented Task: EFDesigner - model first - we should let people know that the...
In Model first we decided not to add templates to the project until the users selects the EF version s/he wants to work with. The reason for this is that we have different templates for EF6 and EF5 and...
View ArticleCreated Issue: Consider making SqlSpatialServices public [1438]
This has two advantages:- It allows explicit registration in code based config without using Reflection (This is not normally necessary since it is registered by default anyway)- It allows some other...
View ArticleCreated Issue: Consider making InitializeDatabase methods virtual in all...
This will make it easier for people to override the behavior.
View ArticleCreated Issue: Registering a HistoryContext factory in DbConfiguration has...
Two issues:- First, it doesn't always get picked up apparently because we sometimes ask for the service without passing the invariant name as a key. I'm not sure why this is, but it seems like a bug....
View ArticleNew Post: EF6 Beta1 - db.Database.CreateIfNotExists(); doesn't create the...
db.Database.CreateIfNotExists(); doesn't create the database anymore and always return true after enabling the migration. I don't see anything mentioned about it in release node as well. Is it the bug?...
View ArticleClosed Issue: [UpForGrabs] Migrations: error when dropping non-existent...
This issue has been reported in our UserVoice site (currently with 11...
View ArticleCommented Issue: DbExecutionStrategy doesn't work on async methods [1443]
Currently in the ExecuteAsync implementation we don't call UnwrapAndHandleException on the exception that is caught and since all the exceptions from providers are wrapped it means that nothing will be...
View ArticleClosed Issue: [UX] "Mapping Details" Toolbar area and icons keep growing in...
# ISSUE"Mapping Details" Toolbar keeps growing whenever theme is changed# REPRO- VS 2013 Preview, EFTools latest, new app, add new Data Model, generate from DB- Open Mapping Details pane and observe...
View ArticleClosed Issue: [UX] Icons on designer surface look too small on high...
Icons on the designer surface are too small on high DPI.
View ArticleClosed Issue: Designer: regression on mapping details hint color [1424]
When there is a mapping error the full background of the watermark is made of the same fill color as the entity. See image attached. Worst case I can re-add the line that set the color hint when the...
View ArticleClosed Issue: (UX) EF Designer needs more work on contrasting forecolors for...
VS2012 designer (and using EF6 alpha2). Default colors are blue background and white foreground. When you change the color to a light color, sometimes the forecolor will change to black. For example...
View ArticleEdited Issue: SQL Server provider always overrides default additional...
If the SQL Server provider is registered in the config file, then it will register secondary default resolvers for the following services:- IDbConnectionFactory- IDbExecutionStrategy-...
View ArticleCreated Feature: Consider including DbCommandTree in...
This would give interceptors easy access to the command tree that was used to create the command being intercepted.
View ArticleEdited Task: EFDesigner - model first - we should let people know that the...
In Model first we decided not to add templates to the project until the users selects the EF version s/he wants to work with. The reason for this is that we have different templates for EF6 and EF5 and...
View ArticleEdited Issue: Designer: Build required before third-party providers are...
When creating a new model, if you select a database without an EF6 provider, you will get an informational message telling you to "exit this wizard and install a compatible provider before performing...
View ArticleCreated Unassigned: UpForGrabs :: Query: Translation of...
This was discovered while verifying: https://entityframework.codeplex.com/workitem/197 and is essentially the same problem. Basically when using contains like so:``` int foo = 10;...
View ArticleClosed Issue: Query: Translation of Skip/Take LINQ operators cause...
Info from Diego:I got a question on this from Unai Zorrilla (a friend of mine who has written a couple of books on EF in Spanish), and when I tried what he explained to me I was very surprised because...
View ArticleEdited Issue: EF6 Designer signed EFTools.msi program name [1171]
The signed MSI shows "ADO.NET Entity Framework Tools" as the "Program Name" on the UAC pop-up. This should be changed to match the product name which appears in the installer dialogs and under...
View Article