jack-pappas / ExtCore

An extended core library for F#.
Apache License 2.0
178 stars 32 forks source link

ExtCore.Control.Collections.AsyncChoice is not available in the NuGet package #12

Closed vasily-kirichenko closed 9 years ago

vasily-kirichenko commented 9 years ago

There''s ExtCore.Control.Collections.AsyncChoice.Array.fold for example:

https://github.com/jack-pappas/ExtCore/blob/master/ExtCore/ControlCollections.AsyncChoice.fs#L50

But it does not exists in the NuGet package:

image

jack-pappas commented 9 years ago

Hi @vasily-kirichenko -- this appears to be a build-related issue. I'll fix it and release a new version of the package tonight so you can use the AsyncChoice collections.

vasily-kirichenko commented 9 years ago

Thanks!