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

Profile78 => Profile259, which is the same profile without WCF #10

Merged
merged 2 commits into from
May 16, 2014

Conversation

anaisbetts
Copy link
Contributor

In #4, we enabled Rx.NET for Universal Apps (i.e. just Win81 + WP81). However, the CLR team also introduced a new Portable profile for WPA81, Profile259. This profile is like Profile78 (the good 4.5 Profile), but adds support for WP81 by removing WCF. Why they couldn't just implement WCF on Windows Phone I'll never know, but it is what it is.

Anyways, in the NuGet package builder, you need to straight-up copy the lib\Portable-Net45+WinRT45+WP8 into a lib\Portable-Net45+WinRT45+WP8+WPA81 folder. It'll all work. I think.

/cc @jlaanstra

@jlaanstra
Copy link

👍

@jlaanstra
Copy link

This fixes #8.

mattpodwysocki added a commit that referenced this pull request May 16, 2014
Profile78 => Profile259, which is the same profile without WCF
@mattpodwysocki mattpodwysocki merged commit 57229d2 into dotnet:master May 16, 2014
@anaisbetts anaisbetts deleted the universal-plib branch May 16, 2014 16:36
@jlaanstra
Copy link

When can we expect a release that includes this change?

@mattpodwysocki
Copy link
Contributor

Working on it

@mattpodwysocki
Copy link
Contributor

@jlaanstra @paulcbetts should be done and in NuGet!

@jlaanstra
Copy link

@mattpodwysocki Thanks!

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

Successfully merging this pull request may close these issues.

3 participants