Commented Issue: [RTM] UpdateException being hidden by null ref exception in...
Hello,NOTE: Tracing this was done via the Reflector generate PDB function so cannot vouch 100% for accuracy but have I have matched it up with the source in codeplex which makes sense so guessing it's...
View ArticleCreated Unassigned: Stack overflow exception in EntityFramework.dll [1579]
I am getting the error 'An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll' when trying to execute a fairly large expression.I have tested the expression...
View ArticleEdited Task: [NonVS] Docs: Guidance around faking/mocking DbSets [964]
In the [async API review](http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%20March%2018%2c%202013) we decided it was ok to take a breaking change to IDbSet and add the...
View ArticleCommented Task: [NonVS] Docs: Guidance around faking/mocking DbSets [964]
In the [async API review](http://entityframework.codeplex.com/wikipage?title=Design%20Meeting%20Notes%20-%20March%2018%2c%202013) we decided it was ok to take a breaking change to IDbSet and add the...
View ArticleEdited Task: [NonVS] Docs: Using DbContext with mocking framework [402]
Provide guidance on how to write unit tests that don't hit a database using a mocking framework.
View ArticleCommented Task: [NonVS] Docs: Using DbContext with mocking framework [402]
Provide guidance on how to write unit tests that don't hit a database using a mocking framework.Comments: Done: http://msdn.com/data/dn314429
View ArticleEdited Issue: [NonVS] Docs: Update code listings in migrations walkthrough...
http://msdn.microsoft.com/en-us/data/jj591621.aspxFollow this walkthrough and compare the generated migration file with what's shown on the walkthrough, most notably the schema name isn't shown in the...
View ArticleCommented Issue: [NonVS] Docs: Update code listings in migrations walkthrough...
http://msdn.microsoft.com/en-us/data/jj591621.aspxFollow this walkthrough and compare the generated migration file with what's shown on the walkthrough, most notably the schema name isn't shown in the...
View ArticleCommented Issue: Consider opening mapping metadata API [646]
Currently metadata API for C- and S- space is public. However C-S mapping API is internal. Therefore it is not possible to tell how entities are mapped to tables without re-parsing MSL which is not...
View ArticleClosed Unassigned: Filtered ObservableCollection Does Not Stay In Sync With...
With entities typed as ObservableListSource (as per the Winforms Databinding guidance), a Windows Forms BindingSource bound to DbContext.EntityTypes.Local.ToBindingList, the...
View ArticleCommented Unassigned: EF6 RC1 - How to generate/use precompiled views? [1580]
Is there any way to generate pre-compiled views with EF6 RC1? EF Powertools hasn't been updated so far, and this T4 template (https://entityframework.codeplex.com/workitem/1258) doesnt work either.Is...
View ArticleEdited Issue: [RTM] Designer should drop localized resource assemblies...
The designer currently doesn't drop the satellite assemblies, so any exceptions messages that are displayed to the user will not be localized.
View ArticleCommented Issue: [RTM] Designer should drop localized resource assemblies...
The designer currently doesn't drop the satellite assemblies, so any exceptions messages that are displayed to the user will not be localized.Comments: Fixed in changeset...
View ArticleCommented Issue: [RTM] Designer should drop localized resource assemblies...
The designer currently doesn't drop the satellite assemblies, so any exceptions messages that are displayed to the user will not be localized.Comments: (EFTools repo)
View ArticleEdited Issue: [NonVS] EF6 providers page should include registration info [1581]
If your EF provider is not registered you will get the following message:"No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlServerCe.4.0'. Make sure the...
View ArticleEdited Issue: [NonVS] EF5 with dbcontext: Dragging a child entity from...
Action: Update content to show how to do this with EF Designer (walkthrough is Code First only)using EF5 VS2010 or VS2012 , .NET 4.0 Or 4.5 , here are the simple steps to create the problem :1. create...
View ArticleCreated Feature: More agressive funcletization of client-side sub-expressions...
Item https://entityframework.codeplex.com/workitem/1574 shows a huge performance difference between a query that contains a predicate that looks like this:... OrganizationPeriodId ==...
View ArticleEdited Feature: More agressive funcletization of client-side sub-expressions...
Item https://entityframework.codeplex.com/workitem/1574 shows a huge performance difference between a query that contains a predicate that looks like this:... OrganizationPeriodId ==...
View ArticleCreated Issue: Consider changing the translation of conditional expressions...
Work item https://entityframework.codeplex.com/workitem/1574 shows a case in which there is a huge performance penalty for having a CASE expression in a SQL predicate. In general CASE clauses used in...
View ArticleEdited Issue: Consider changing the translation of conditional expressions to...
Work item https://entityframework.codeplex.com/workitem/1574 shows a case in which there is a huge performance penalty for having a CASE expression in a SQL predicate. In general CASE clauses used in...
View Article