james-andrewsmith / reddit

A fully featured C# Library for Reddit, with support for Posting, Comments, Voting, Moderation, Friends, Messaging & Reporting.
www.reddit.com
12 stars 2 forks source link

Metro Compatibility #3

Open anthony-france opened 12 years ago

anthony-france commented 12 years ago

It would be great to use this library with metro projects.

Currently the reliance on NSoup seems like the biggest issue. It uses ICloneable heavily and the way file reading and writing is handled is much different.

Newtonsoft.Json is compatible with metro projects.

james-andrewsmith commented 12 years ago

Hi Anthony,

Apologies I missed this issue, not sure how that happened.

I've not had time to play with metro, there are only a few places in the library which use NSoup, and I've been meaning to refactor using RestSharp as well.

I'll take a look at Metro compatible alternatives for NSoup (As it's very much overkill for this project).

Regards, James