EntityFramework.Extended icon indicating copy to clipboard operation
EntityFramework.Extended copied to clipboard

FutureQueries async

Open israellot opened this issue 9 years ago • 8 comments

Async implementation of FutureQueries. Triggered when ToListAsync is called or Value is awaited for FutureValue.

israellot avatar Oct 14 '14 03:10 israellot

I'm sorry I pulled the wrong version. It's incomplete.

israellot avatar Oct 14 '14 13:10 israellot

Now it's complete.

israellot avatar Oct 14 '14 13:10 israellot

I think the following line needs to be changed:

var result = GetResultAsync().Result?? Enumerable.Empty<T>();

Result can easily cause deadlock in async code in certain scenarios. More info here.

marius-stanescu avatar Apr 01 '15 14:04 marius-stanescu

@israellot looks like the appVeryor build is not working, seems like its targeting net40, shouldn't it target 4.5+?

@pwelter34 any update on merging this?

lcornejo avatar Jun 26 '15 16:06 lcornejo

Long time since I don´t look at this. My workaround is running in production for over a year now.

israellot avatar Mar 17 '16 14:03 israellot

@israellot do you know when it is planned to be merged into main branch?

AdamMachera avatar Mar 23 '16 11:03 AdamMachera

Is this project dead?

MeTitus avatar Sep 27 '16 22:09 MeTitus

Check it out. https://github.com/loresoft/EntityFramework.Extended/pull/230

DzheiZee avatar Nov 28 '16 05:11 DzheiZee