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

Portable library #23

Open
glennblock opened this issue Jan 31, 2014 · 4 comments
Open

Portable library #23

glennblock opened this issue Jan 31, 2014 · 4 comments
Assignees

Comments

@glennblock
Copy link
Contributor

We need to have a PCL to support Xamarin

@ovatsus
Copy link

ovatsus commented Feb 21, 2014

We had the original solution from Rasmus Faber's on FSharp.Data for some time, and now ported also the mono implementation from PUrify, but we haven't managed to find a pcl implementation. If you do find one, we're interested :)

@glennblock
Copy link
Contributor Author

@ovatsus you mean if will have a PCL? I am going to create it now.

@glennblock glennblock self-assigned this Apr 30, 2014
@glennblock glennblock mentioned this issue Apr 30, 2014
@ovatsus
Copy link

ovatsus commented Apr 30, 2014

Humm, so purify is a nop in PCL? What if the PCL is used on a desktop .NET application?

@glennblock
Copy link
Contributor Author

Not exactly. The implementation of the PCL is a stub yes. This is fine for
Windows Phone. because Uri should support pct-encoding not being escaped
similar to .NET 4.5. The stub is a trick to enable the PCL to still target
the phone so that it can be referenced from phone apps.

The PCL nuget though will also contain the .NET 3.5 Purify DLL in a Net35
folder. Because of how nuget works at installation time, this DLL will
overwrite the PCL if running on the desktop or Mono/Xamarin.

We need to test this out and may require additional platform folders in the
package, but we will eventually get to where we want to be.

On Wednesday, April 30, 2014, Gustavo Guerra [email protected]
wrote:

Humm, so purify is a nop in PCL? What if the PCL is used on a desktop .NET
application?


Reply to this email directly or view it on GitHubhttps://github.com//issues/23#issuecomment-41785847
.

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

2 participants