Quantcast
Channel: How do I get items from an RSS feed using .Net Core? - Stack Overflow
Browsing index pages (2 articles)

How do I get items from an RSS feed using .Net Core?

How do I get items from an RSS feed using .Net Core?The following code doesn't appear to work:open Microsoft.SyndicationFeedopen Microsoft.SyndicationFeed.Rss[<Test>]let ``Get links from iTunes...

View Article


Answer by Scott Nimrod for How do I get items from an RSS feed using .Net Core?

I used the XElement class as recommended:[<Test>]let ``Get links from iTunes RSS Feed`` () = let toLink (item:XElement) = { Id = -1 ProfileId = "to be derived..." Title=...

View Article

Browsing index pages (2 articles)


Latest Images