DzheiZee

Results 4 comments of DzheiZee

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

Removed my changes from .net40 version. If someone know how to acomplish async support in net40 be my guest and make propositions/changes. Personaly for me .net45 support is enough. Async...

Well if going down this road then https://www.nuget.org/packages/Microsoft.Bcl.Async/ would sound better as a dependency for users of library. But i have not used nether of them so just need to...

Looked deeper, and conclusion, it look like it is imposible. It is because EntityFramework for .net40 does not support async. Shaper does not implements IDbAsyncEnumerator, and it does in .net45...