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

RestSharp UWP Does Not Build #887

Closed
weswitt opened this issue Oct 9, 2016 · 3 comments
Closed

RestSharp UWP Does Not Build #887

weswitt opened this issue Oct 9, 2016 · 3 comments

Comments

@weswitt
Copy link

weswitt commented Oct 9, 2016

In the master branch the UWP project does not build. Looks like the HMACSHA256 class is not available to UWP apps.

1>------ Build started: Project: RestSharp.UWP, Configuration: Debug x86 ------
1>D:\temp\wunderground\RestSharp-master\restsharp\authenticators\oauth\OAuthTools.cs(356,21,356,31): error CS0246: The type or namespace name 'HMACSHA256' could not be found (are you missing a using directive or an assembly reference?)
1>D:\temp\wunderground\RestSharp-master\restsharp\authenticators\oauth\OAuthTools.cs(356,45,356,55): error CS0246: The type or namespace name 'HMACSHA256' could not be found (are you missing a using directive or an assembly reference?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

@RaminMT
Copy link

RaminMT commented Nov 20, 2016

Does anyone have any workaround on this issue?

@weswitt
Copy link
Author

weswitt commented Nov 20, 2016

I just commented out the offending lines.

@mjwsteenbergen mjwsteenbergen modified the milestone: 105.2.4 Sep 2, 2017
@mjwsteenbergen
Copy link
Contributor

See #745

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

3 participants