-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
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. |
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. |
Closing. If netstandard does not meet your needs, provide a repo demoing the problem. |
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).
The text was updated successfully, but these errors were encountered: