RestSharp UWP Does Not Build

Created on 9 Oct 2016  ·  3Comments  ·  Source: restsharp/RestSharp

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 ==========

Most helpful comment

I just commented out the offending lines.

All 3 comments

Does anyone have any workaround on this issue?

I just commented out the offending lines.

See #745

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nilsga picture nilsga  ·  5Comments

Taher-Assad picture Taher-Assad  ·  5Comments

nilesh-shah picture nilesh-shah  ·  6Comments

tomgallard picture tomgallard  ·  6Comments

guevelamax15000 picture guevelamax15000  ·  3Comments