Home
Options

Query never completes

I had a DLL that targeted .Net Standard 2.0 with EF Core 2.2 and when I used the assembly in LinqPad everything was working fine. I just changed it over to target the netcoreapp30 framework and updated EF Core to use 3.0 Preview 7 and now when I run a query against it I get a progress bar at the bottom that says, "Query continuing asynchronously..." and it never stops - I have left it running as long as 30 minutes or so. My main use of this assembly in an ASP.NET Core 3.0 Preview 7 website works just fine returning all the different queries it always has. I couldn't find anyone with the same issue but tried this command even though the problem is not the same:

this.Database.GetDbConnection().ConnectionString

It returns a connection string that is correct.

Any thoughts greatly appreciated,
Scott

Comments

Sign In or Register to comment.