-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed as not planned
Labels

Description
In.Ex team has recently released first preview NuGet package for In.Ex 4.0 with great API improovements, supports of new features and new async extentions (related PR - dotnet/reactive#423).
Currently I'm trying to use it in my project with EF Core, but due to type conflicts it causes TypeLoadException:
Message: System.TypeLoadException : Could not load type 'System.Collections.Generic.IAsyncEnumerable'1' from assembly 'System.Interactive.Async, Version=4.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263'. .....
It would be great to have EF Core updated with support of new version of System.Interactive.Async. Will it be possible ?
viktor-mezhenskyi, devsko, JRBonnema and Just2Sour