fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

PCL 259 Support? #54

Closed bordoley closed 8 years ago

bordoley commented 9 years ago

Can FSharp.Control.Reactive be released as a PCL (preferably profile 259) instead of net40? AFAICT from browsing the code there isn't anything that would require non PCL friendly code. RX is already distro'd with PCL 259 and this would enable use of the library on mobile platforms in addition to traditional desktop/server applications.

panesofglass commented 9 years ago

It's a matter of updating the build script. I've wanted to tackle multiple targets for awhile, but I've not had the time to make the attempt. Would you be interested in contributing that?

bordoley commented 9 years ago

Yeah if you can point me in the right direction. I'm not as familiar with all the tools used in the build, so it might take me a bit to ramp up.

panesofglass commented 9 years ago

I wish I could. I'm about to try this with a few other projects, so I might be able to leverage that learning back to this project soon. I think it may be as simple as creating a list of targets and MSBuild parameters, then running the build task with the appropriate parameters and generating NuGet packages from that.

cloudRoutine commented 8 years ago

Added in #74