Roald87.FeedReader
2.2.0
dotnet add package Roald87.FeedReader --version 2.2.0
NuGet\Install-Package Roald87.FeedReader -Version 2.2.0
<PackageReference Include="Roald87.FeedReader" Version="2.2.0" />
<PackageVersion Include="Roald87.FeedReader" Version="2.2.0" />
<PackageReference Include="Roald87.FeedReader" />
paket add Roald87.FeedReader --version 2.2.0
#r "nuget: Roald87.FeedReader, 2.2.0"
#:package Roald87.FeedReader@2.2.0
#addin nuget:?package=Roald87.FeedReader&version=2.2.0
#tool nuget:?package=Roald87.FeedReader&version=2.2.0
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:
- Ported to .NET 10.0.
- Removed the
HttpClientbecause it caused issues. And I couldn't get the client tests to pass. - Added parsing of
encoded:contentitem tag for RSS 1.0 - Added Atom 0.3 support
And other improvements.
Specifications
| Product | Versions 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. |
-
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