c# - 可用于 ASP.NET Core 的 RSS/Atom 提要阅读器

标签 c# asp.net asp.net-core rss feed

我正在寻找一些可用于 ASP.NET Core 的 RSS/Atom 提要阅读器,因为 SyndicationFeed 尚未移植。你知道哪些图书馆可以推荐给我吗?

最佳答案

让我为您谷歌一下:

瞧:SimpleFeed on nuget指向这个 github 页面:https://github.com/RobThree/SimpleFeedReader

待办事项

  • git clone https://github.com/RobThree/SimpleFeedReader
  • 添加 project.json 文件
  • dotnet 构建
  • 添加依赖项并修复错误(dotnet 核心系统库中的可能更改)
  • dotnet pack -c Release
  • 以其他或相同的名称将包上传到nuget。

瞧,使用这个包 :)

(大约需要 1-2 小时)

关于c# - 可用于 ASP.NET Core 的 RSS/Atom 提要阅读器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42246728/

相关文章:

c# - 匹配大文本文件中的字符串?

c# - WebAPI POST 请求参数为空

c# - 以更好的方式在.net core web api中上传图像

asp.net-core - 无法使用超过 260 个字符的字符串作为 .NET Core 中的 URL 段

c# - 处理 ASP.NET 5 中的 JSON 循环引用异常

c# - 嵌套中继器

c# - 在 ASP.NET 应用程序中获取当前用户名

asp.net - 如果 session 正在使用中,单个 asp.net 用户是否可以一次发出多个请求?

c# - ASP.NET Core MVC - 如何上传选定的图像

c# - 将字符串保存到 .setting 变量