Skip to content

Universal Apps compatibility #754

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

Closed
wants to merge 1 commit into from
Closed

Universal Apps compatibility #754

wants to merge 1 commit into from

Conversation

DixonDs
Copy link
Contributor

@DixonDs DixonDs commented Sep 24, 2015

Tried to address #745 . It is my first attempt to write PCL code, so please review carefully.

@@ -9,7 +16,7 @@ internal static class OAuthExtensions
public static string ToRequestValue(this OAuthSignatureMethod signatureMethod)
{
string value = signatureMethod.ToString()
.ToUpper();
.ToUpper();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this formatting change

@hallem
Copy link
Member

hallem commented Sep 30, 2015

so there are a lot of re-implemented functions. i'm not sure why you had to do this but there has to be a better way. i am not yet running a windows 10 environment so support for those frameworks that depend on that will have to wait until i have one set up. i'm going to close this as i'll get this support in personally since it's a potentially damaging change to the library. there is an open issue asking for this support and it will get done in the future.

@hallem hallem closed this Sep 30, 2015
@DixonDs
Copy link
Contributor Author

DixonDs commented Sep 30, 2015

As you wish @hallem, it's your call. In most cases I've just added extensions methods that do the same thing they were doing before for all targets except UWP and slightly different implementation for UWP. This was necessary because the code won't even compile otherwise. In general I don't feel really happy about closing branch without even waiting for replies or to the time when you get working environment and verify properly.

@DixonDs
Copy link
Contributor Author

DixonDs commented Sep 30, 2015

One more small note. It seems that you can actually build UWP code on Windows 7/8.1
https://msdn.microsoft.com/en-us/library/dn975273.aspx

@hallem
Copy link
Member

hallem commented Sep 30, 2015

Dixon, I understand. I like to keep thing clean and since this is a impactive change and I'm not entirely happy with the way you coded the extensions I'd like time to take a look myself. I can always reopen this and it's tagged for me to look at later. Closing it just hides it from view when other people come in.

Thanks for the link I'll take a look at it as soon as I have some spare time.

@MrZoidberg
Copy link

@hallem Any news on this topic?

@hallem
Copy link
Member

hallem commented Nov 2, 2015

@MrZoidberg no not as of yet. I had to step away from the project for a bit and should have some time to get back into it now.

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