简体   繁体   中英

Will RestSharp support Windows Universal Apps?

I was trying to update an existing WP8 Silverlight application to an Universal application, but RestSharp won't install using NuGet because it does not support Universal Apps.

Will this be supported in the near future or is there an alternative I could use?

There is a RestSharp fork called "RestSharpPortable", that is compatible to portable libraries (and therefor also in universal apps).

Find it here: http://www.nuget.org/packages/FubarCoder.RestSharp.Portable/1.9.1

Chris Millar provided a workaround here: http://chris.millr.org/get-restsharp-working-on-windows-phone-8-1-and-universal-apps/

You should ask the restsharp team for Universal App support on their project page. But as far as I can tell you: Multiple people have asked for it in the last year and nobody ever replied... So the answer is properly NO for the forseeable future.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM