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

Tenant Options #31

Merged
merged 2 commits into from
Mar 3, 2024
Merged

Tenant Options #31

merged 2 commits into from
Mar 3, 2024

Conversation

woksin
Copy link
Member

@woksin woksin commented Mar 3, 2024

Summary

Follows the theme of the previous PR #30 and Woksin.Extensions.Tenancy 1.1.0 that added functionality to not rely on AsyncLocal tenant context

Added

  • ITenantOptions that can resolve instances of IOptions, IOptionsSnapshot and IOptionsMonitor for tenant configurations. This is very useful when you don't want to be relying on the AsyncLocal tenant context and instead want to resolve tenant options manually.

@woksin woksin added the minor label Mar 3, 2024
@woksin woksin self-assigned this Mar 3, 2024
@woksin woksin merged commit 82af513 into main Mar 3, 2024
2 checks passed
@woksin woksin deleted the tenancy-context branch March 3, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant