Skip to content

fix: preserve case-sensitive YouTube channel ids - #117

Open
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/preserve-youtube-channel-id-case
Open

fix: preserve case-sensitive YouTube channel ids#117
vycdev2 wants to merge 1 commit into
vycdev:developfrom
vycdev2:fix/preserve-youtube-channel-id-case

Conversation

@vycdev2

@vycdev2 vycdev2 commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Preserve distinct case-sensitive YouTube channel IDs during bulk subscription parsing.
  • Keep case-insensitive deduplication for Twitch handles and other subscription sources.
  • Add regression coverage for IDs that differ only by letter case.

Verification

  • dotnet restore — passed; existing NU1903 SQLite advisory warning.
  • dotnet build --no-restore --nologo — passed; 0 errors.
  • dotnet test --no-restore --filter FullyQualifiedName~SubscriptionInputParserTests --nologo — passed; 21/21.
  • dotnet test --no-restore --nologo — 298/300 passed; 2 pre-existing culture tests fail because the environment is globalization-invariant and lacks ICU when disabled.
  • dotnet format Morpheus.sln whitespace --no-restore --verify-no-changes — failed on the repository-wide pre-existing CRLF/whitespace baseline; git diff --check passed.

Risk

  • Low: only bulk-source deduplication changes, with existing case-insensitive behavior retained for non-ID sources.

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