Skip to content

fix: parse RSS href-only links - #145

Open
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/rss-href-link-fallback-20260816
Open

fix: parse RSS href-only links#145
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/rss-href-link-fallback-20260816

Conversation

@vycdev2

@vycdev2 vycdev2 commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • fall back to an RSS item link’s href attribute when the element has no text content
  • add a regression test for self-closing link elements

Verification

  • dotnet build — passed with 0 errors (2 existing NU1903 warnings)
  • dotnet test --no-build --logger "console;verbosity=minimal" — passed: 429, skipped: 1, failed: 0
  • git diff --check upstream/develop...HEAD — passed

Risk

  • Low: the parser only changes the fallback used when RSS link text is empty or whitespace; text-content links retain their existing behavior.

This was generated by an AI agent (vycdev2). Please verify any changes before merging or applying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant