Closed 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: verified
View ArticleCommented Unassigned: [Investigate EF6] EF6 RC1 usage in the context of unit...
While creating a performance suite I came across an issue with EF6 where I was getting"The Entity Framework provider type 'System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer,...
View ArticleCreated Unassigned: View Generation to EF6-rc1 [1601]
The VS Gallery "EF6 Code First View Generation T4 Template" didn't work with EF6-rc1. To reproduce just download the current version (0.2.1) and add a template to any project with a DbContext derived...
View ArticleSource code checked in, #bda8646ca4f388517c9bee72513ea354275b19c3
Add build extensibilitiy points and parameterize the build system to provide better control over output tasks like signing and enable servicing build artifacts separately.
View ArticleSource code checked in, #274efc3c7b262d897236ad69ddc4ef80df02e5dc
Merge branch 'release-6.0.0'
View ArticleCommented Unassigned: View Generation to EF6-rc1 [1601]
The VS Gallery "EF6 Code First View Generation T4 Template" didn't work with EF6-rc1. To reproduce just download the current version (0.2.1) and add a template to any project with a DbContext derived...
View ArticleCommented Unassigned: View Generation to EF6-rc1 [1601]
The VS Gallery "EF6 Code First View Generation T4 Template" didn't work with EF6-rc1. To reproduce just download the current version (0.2.1) and add a template to any project with a DbContext derived...
View ArticleCreated Unassigned: Performance: improve materialization performance of...
The fix for [issue 1502](https://entityframework.codeplex.com/workitem/1502) introduced a 6% to 7% regression on the materialization pipeline for non-SQL Server EF providers. This workitem serves as a...
View ArticleEdited Unassigned: Performance: improve materialization performance for...
The fix for [issue 1502](https://entityframework.codeplex.com/workitem/1502) introduced a 6% to 7% regression on the materialization pipeline for non-SQL Server EF providers. This workitem serves as a...
View ArticleCommented Feature: Query: We should not require OrderBy before Skip [1449]
Currently in Linq to Entities we require OrderBy clause before Skip. We could try lifting that requirement, to resemble Linq to Objects more. Moreover we don't require Ordeby when doing other paging...
View ArticleCommented 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 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 ArticleCommented Issue: [NonVs] Tweaks for the WPF data binding walkthrough [1477]
First, on the page with the links to the data binding walkthroughs (http://msdn.microsoft.com/en-us/data/ee712907) it doesn't say data binding, yet this is often what people search for. (I did a find...
View ArticleEdited Issue: [NonVs] Tweaks for the WPF data binding walkthrough [1477]
First, on the page with the links to the data binding walkthroughs (http://msdn.microsoft.com/en-us/data/ee712907) it doesn't say data binding, yet this is often what people search for. (I did a find...
View ArticleNew Post: EF6b1 unit testing with new DbSet
@swell These two posts cover testing with a mocking framework and creating your own test doubles:http://msdn.microsoft.com/en-US/data/dn314429http://msdn.microsoft.com/en-US/data/dn314431 Thanks, Arthur
View ArticleCreated Unassigned: EF6 rc1 Index was outside the bounds of the array...
I am getting the error 'Index was outside the bounds of the array' exception occuring when trying to execute a fairly large expression.I have tested the expression with entity framework 5 and it works...
View ArticleCommented Unassigned: EF6 rc1 Index was outside the bounds of the array...
I am getting the error 'Index was outside the bounds of the array' exception occuring when trying to execute a fairly large expression.I have tested the expression with entity framework 5 and it works...
View ArticleCommented Unassigned: [Investigate EF6] Stack overflow exception in...
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 Article