anthonyreilly / NetCoreForce

Salesforce REST API toolkit for .NET Standard and .NET Core
MIT License
110 stars 63 forks source link

expose bcl async enumerable over rx async enumerable in netstandard2 #22

Closed ronnieoverby closed 3 years ago

ronnieoverby commented 4 years ago

Addresses issue #21

anthonyreilly commented 3 years ago

Same end goal achieved in v3 with the migration to native async streams and including Microsoft.Bcl.AsyncInterfaces