Skip to content

Switch SubscribeAsync/UnsubscribeAsync to IEnumerable<string>#2026

Merged
chkr1011 merged 1 commit intodotnet:masterfrom
drelidan7:master
Jun 22, 2024
Merged

Switch SubscribeAsync/UnsubscribeAsync to IEnumerable<string>#2026
chkr1011 merged 1 commit intodotnet:masterfrom
drelidan7:master

Conversation

@drelidan7
Copy link
Copy Markdown
Contributor

The function currently requires an ICollection, but doesn't actually depend on the ICollection interface. Relax the requirement to be IEnumerable for better flexibility.

The function currently requires an ICollection<string>, but doesn't actually depend on the ICollection<string> interface.  Relax the requirement to be IEnumerable<string> for better flexibility.
@drelidan7
Copy link
Copy Markdown
Contributor Author

drelidan7 commented Jun 18, 2024 via email

@chkr1011 chkr1011 merged commit b95d352 into dotnet:master Jun 22, 2024
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.

2 participants