Roald87.FeedReader 2.2.0

dotnet add package Roald87.FeedReader --version 2.2.0
                    
NuGet\Install-Package Roald87.FeedReader -Version 2.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Roald87.FeedReader" Version="2.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Roald87.FeedReader" Version="2.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Roald87.FeedReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Roald87.FeedReader --version 2.2.0
                    
#r "nuget: Roald87.FeedReader, 2.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Roald87.FeedReader@2.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Roald87.FeedReader&version=2.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Roald87.FeedReader&version=2.2.0
                    
Install as a Cake Tool

FeedReader

FeedReader is a .NET library used for reading and parsing RSS and ATOM feeds. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM 0.3 and 1.0.

Developed because tested existing libraries do not work with different languages, encodings or have other issues. Library tested with multiple languages, encodings and feeds.

Install via nuget https://www.nuget.org/packages/Roald87.FeedReader/

This is a fork of https://github.com/arminreiter/FeedReader. In this fork I:

  1. Ported to .NET 10.0.
  2. Removed the HttpClient because it caused issues. And I couldn't get the client tests to pass.
  3. Added parsing of encoded:content item tag for RSS 1.0
  4. Added Atom 0.3 support

And other improvements.

Specifications

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.0 265 3/9/2026
2.1.0 443 2/1/2025
2.0.0-beta 198 9/11/2024

port to .net 10, remove http client, parse content rss 1.0, add atom 0.3