Skip to content

tompazourek/Feedpipes

Repository files navigation

Feedpipes logo Feedpipes .NET

Build status Tests codecov NuGet version NuGet downloads

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.

Download

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.

Usage

Documentation hasn't been written yet. For sample code, see the Feedpipes.Tests project.