Skip to content

fix: propagate YouTube feed cancellation - #43

Open
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/propagate-youtube-feed-cancellation
Open

fix: propagate YouTube feed cancellation#43
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/propagate-youtube-feed-cancellation

Conversation

@vycdev2

@vycdev2 vycdev2 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • propagate caller-requested cancellation from YouTube RSS feed fetches instead of treating it as a feed failure
  • add a regression test using an already-cancelled token

Verification

  • dotnet test --filter FullyQualifiedName~YoutubeFeedServiceTests --no-restore — passed: 1 test
  • dotnet build — passed with the existing NU1903 package vulnerability warning
  • dotnet test --no-build — passed: 189 tests
  • git diff --check — passed

Risk

  • Low: the behavior changes only when the supplied cancellation token requested cancellation; other fetch and parsing errors remain logged and converted to an empty result.

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