You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency System.Interactive.Async has a type name that conflicts with System.Runtime's implementation of System.Collections.Generic.IAsyncEnumerable<T>. System.Interactive.Async will probably update to address this, but would it be better to only require that as a dependency if targeting .Net Core versions before 3.0?
The dependency System.Interactive.Async has a type name that conflicts with System.Runtime's implementation of
System.Collections.Generic.IAsyncEnumerable<T>
. System.Interactive.Async will probably update to address this, but would it be better to only require that as a dependency if targeting .Net Core versions before 3.0?Someone found a solution we can use for now.
The text was updated successfully, but these errors were encountered: