Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update examples on subscription provider config (AddInMemorySubscriptions and AddRedisSubscriptions extension methods) #5751

Merged
merged 2 commits into from
Feb 2, 2023

Conversation

vajsm
Copy link
Contributor

@vajsm vajsm commented Feb 1, 2023

With update to v13, subscription providers extension methods changed their interfaces. E.g. AddRedisSubscriptions that's called on IServiceCollection is made private.

  • Updated code samples on subscriptions page to make it clear that these methods should be called on IRequestExecutorBuilder instead.

With update to v13, subscription providers extension methods changed their interfaces. 
`AddRedisSubscriptions` that's called on `IServiceCollection` is made private. 
Such methods should now be called on `IRequestExecutorBuilder` instead.
@github-actions github-actions bot added the 📚 documentation This issue is about working on our documentation. label Feb 1, 2023
@michaelstaib michaelstaib merged commit 757f84a into ChilliCream:main Feb 2, 2023
@vajsm vajsm deleted the patch-1 branch February 3, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation This issue is about working on our documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants