New Post: Writing a unit test
I reported and fixed a bug (WI# 2745). I am trying to work out how to write a unit test for it, because the contribution guidelines say to write a test but not how. The bug is in...
View ArticleNew Post: Entity Framework create IDbCommandTreeInterceptor for include...
I am trying to build IDbCommandTreeInterceptor that i can make possible use discriminator part of Primary index. In many our models we try to use Discriminator part of primary index for example...
View ArticleNew Post: Mixing TPC and TPH in one Class Hierarchy
Hi Iam getting same issue after migrating 5 to 6. Issue: error 3023: Problem in mapping fragments starting at lines 365, 371, 381, 387:Column SingleTranslation.TYpe has no default value and is not...
View ArticleNew Post: Visual Studio 2013 and DbProviderServices behaviour
I try to answer it by myself also if I don't think that anyone will have problems like this. The behaviour of Visual Studio 2013 + Entity Framework 6 Tools for Visual Studio 2012 & 2013 is this:...
View ArticleNew Post: 1876 [UpForGrabs] [Performance] Reduce start up time by loading...
Hello, I am very interested in getting work item 1876 integrated into Entity Framework. I've read the contribution guidelines and such; the questions I have are: 1) Are there issues with eventually...
View ArticleNew Post: FunctionParameter with facets
I am working on exposing a TVF from MS SQL Server through EF using a custom model convention. The TVF accepts a single parameter, VARCHAR(1000). Internally the TVF is using the full-text search...
View ArticleNew Post: FunctionParameter with facets
To note, how I would propose addressing point 2 is to write an expression visitor that would walk the DbExpression(s) for the given DbCommandTree and on finding DbFunctionExpression nodes it would scan...
View ArticleNew Post: 1876 [UpForGrabs] [Performance] Reduce start up time by loading...
I've been working through adding Unit tests, functional tests, and investigating what was broken with the patch code. I have incorporated file invalidation (delete the edmx if the dll is newer), which...
View ArticleNew Post: Entity Framework + Elastic Scale tools + Retry Policy
Hello, we have an ASP.NET MVC application with EntityFramework 6.1.3 and DB in Azure SQL. We use the SqlAzureExecutionStrategy for transient exceptions. Now we are trying to use elastic database client...
View ArticleNew Post: EF source code for 6.1.3
I downloaded "Commit ef1da2cd3c71" as I want the source for EF 6.1.3 but when using Build.cmd or EntityFramework.sln I always get the Product version, property in EntityFramwork.dll, set to whats...
View ArticleNew Post: Entity Framework + Elastic Scale tools + Retry Policy
I guess we see that (as is common) the different teams don't work that closely together and conflict over some things. So basically they have done things in a different and incompatible way.
View ArticleNew Post: SqlAzureExecutionStrategy ignores -2 timeout errors - problematic -...
We are using SqlAzureExecutionStrategy and also the CommitFailureHandler on Azure, to handle transient Azure SQL connection issues. While testing we found a fairly typical case that this combination...
View ArticleNew Post: ASPNET5 / DNX beta8 breaks EF6
EF6 is incompatible with the roslyn compiler (1.1-beta) that is included in releases of DNX from beta8 and beyond. There is possibly a fix in the 1.2 branch of Roslyn, but so far there is no indication...
View ArticleNew Post: ASPNET5 / DNX beta8 breaks EF6
As discussed in other threads, we expect that a version of the compiler that reverts the regression will be included in upcoming prerelease versions of the DNX and Visual Studio 2015 Update 1.
View ArticleNew Post: Edmx designer takes 5+ minute when updating from model - EF 6.1.3,...
Every time I need to update my emdx from database, the update wizard takes an incredible amount of time to do so rendering itself as not responding once you hit the finish (as finish the update)...
View ArticleNew Post: EF7 change connectionstring at runtime
In the previous versions of EF we were able to alter the dbcontext connection string as below :context.Database.Connection.ConnectionString = "the new connectionstring"; How can we do this with EF7?...
View ArticleNew Post: Edmx designer takes 5+ minute when updating from model - EF 6.1.3,...
I have answered in GitHub and in your SO issue. We need to follow up with the SQL Server team on this since our previous attempt to workaround the issue had unintended consequences.
View ArticleNew Post: Internal Entity Access creates problems
Hey, I'm developing a library that uses Entity Framework 6 as the ORM to access database. All is fine, until I decide to turn the Entities and the Contexts internal to disable access to them from the...
View ArticleNew Post: Need to do nested transaction more than 2 levels over Entity Framework
I'm using EF 6, and by business requirement, database operation will require more than 2 nested transaction. As far as I know, current way to do nested transaction is using...
View ArticleNew Post: self managing transaction, but getting error
I'm trying to work out a resolution for the need of nested transaction, basically creating own transaction methods, but getting error when attempt to commit transaction: error:"The underlying provider...
View Article