unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.02k stars 733 forks source link

Support for `SyndicationClient` / `SyndicationFeed` / `SyndicationItem` #5914

Open pkar70 opened 3 years ago

pkar70 commented 3 years ago

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

MartinZikmund commented 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?