-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use features to conditionally register services #132
Labels
Milestone
Comments
Fixed on features/esquio31 and will be available on Esquio 3.1
|
After a review on this feature we decide to remove from 3.1! Adding services to container and blocking with IFeatureService.IsEnabledAsync could be a performance problem. And this scenario will be solved easly with a factory! We try to add a sample of this scenario but remove this Add extension method!! |
unaizorrilla
added a commit
that referenced
this issue
Jul 8, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add new IServiceCollection extensions to enable services depending on feature state, is like a factory but with some sugar to simplify developers code
The text was updated successfully, but these errors were encountered: