Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCL Version #23

Closed
bordoley opened this issue Feb 7, 2015 · 5 comments
Closed

PCL Version #23

bordoley opened this issue Feb 7, 2015 · 5 comments

Comments

@bordoley
Copy link

bordoley commented Feb 7, 2015

Have you considered releasing FSharpX collections as a PCL library? It appears that several of the implementations utilize APIs not in the 259 PCL profile (threading APIs for instance), but a bait and switch approach could be used to support the most common platform (net45, android, ios and win phone).

@laygr
Copy link

laygr commented Feb 17, 2015

I would appreciate it a lot. Currently, I'm manually including the files that I'm allowed to use for iOS/Android in the project I'm working on.

@matthid
Copy link
Member

matthid commented Mar 5, 2016

Actually the PCL version was already there in the past here, but was removed there

@forki Can we not update the build.fsx file because it will be reset on a projectscaffold update?

@bordoley
Copy link
Author

FWIW providing a PCL version of this project is likely non-trivial. Many of the underlying implementations such as PersistentVector depend upon the presence of threading primitives not available in the PCL profile, therefore you would need to build this package using the nuget bait and switch technique.

@jackfoxy
Copy link
Contributor

#77 is actively being worked on. Will netstandard support sufficiently satisfy this issue? If so we we should close this. @bordoley

@jackfoxy
Copy link
Contributor

jackfoxy commented Jun 2, 2018

Closing. If netstandard does not meet your needs, provide a repo demoing the problem.

@jackfoxy jackfoxy closed this as completed Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants