Skip to content

fix: retain RSS entries with blank GUIDs - #136

Open
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/rss-blank-guid-fallback-20260812
Open

fix: retain RSS entries with blank GUIDs#136
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/rss-blank-guid-fallback-20260812

Conversation

@vycdev2

@vycdev2 vycdev2 commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Keep RSS items when a present but blank guid would otherwise bypass the existing id/link fallback.
  • Select and trim the first nonblank identifier in guidid → link order.
  • Add a regression test for an item with a blank GUID and valid link.

Verification

  • dotnet test Morpheus.Tests/Morpheus.Tests.csproj --no-restore --filter FullyQualifiedName~RssFeedServiceTests --verbosity minimal — passed: 8/8.
  • dotnet build --no-restore --verbosity minimal — passed with 0 errors; existing NU1903 SQLitePCLRaw warning.
  • dotnet test --no-build --verbosity minimal — passed: 429, skipped: 1, failed: 0.
  • git diff --check upstream/develop...HEAD — passed.
  • Regression RED check — the new focused test failed on the untouched parser because the item collection was empty.

Risk

  • Low: the change is limited to RSS item identifier selection and preserves the existing GUID, ID, then link precedence.

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