Open pkar70 opened 3 years ago
Most of the featured provided by this namespace are available in System.ServiceModel.Syndication
(NuGet), so it could be implemented this way. The problem is that we would need to add dependency on this library. Not sure if that would be an issue, @jeromelaban?
What would you like to be added:
Windows.Web.Syndication.SyndicationClient, especially .RetrieveFeedAsync Windows.Web.Syndication.SyndicationFeed, especially Items Windows.Web.Syndication.SyndicationItem, especially .Links, .Title, .Summary, .PublishedDate,
Why is this needed:
I'm using it in my app that I want to convert from UWP/VB to Uno/C#
For which Platform:
Anything else we need to know?
I think it can be "emulated" using current implementation of System.Xml