Open source .NET library for parsing and serializing RSS, Atom, and JSON feeds.
Important: The library is currently in only in pre-release.
The library is written in C# and released with an MIT license, so feel free to fork or use commercially.
Any feedback is appreciated, please visit the issues page or send me an e-mail.
Binaries of the last build can be downloaded on the AppVeyor CI page of the project.
The library is also published on NuGet.org, install using:
PM> Install-Package Feedpipes -IncludePrerelease
dotnet add package Feedpipes --version 1.0.0-rc
Feedpipes is CLS Compliant (to allow use in VB.NET etc.) and is built for .NET v4.5, .NET Standard 1.1, .NET 6 or newer.
Documentation hasn't been written yet. For sample code, see the Feedpipes.Tests project.