firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
366 stars 131 forks source link

IAsyncEnumerable<T> exists in both System.Interactive.Async and System.Runtime #265

Closed sumonkumardas closed 3 years ago

sumonkumardas commented 3 years ago

When I tried to use IAsyncEnumerable from System.Collection.Generic and FiredaseAdmin(1.17.1) then it shows conflict.

image

image

Target platform -- .net core 3.1 Project Type -- .net standard class library

hiranya911 commented 3 years ago

Resolved with the v2 release.