-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add LifeCycle to FluxorOptions and use in registration #287
Add LifeCycle to FluxorOptions and use in registration #287
Conversation
…cle value when registering fluxor components
addresses #280 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good so far, thank you very much!
PS: Please note I have rebased on release/5.2
Source/Fluxor/DependencyInjection/ServiceCollectionExtensions.cs
Outdated
Show resolved
Hide resolved
Source/Fluxor/DependencyInjection/ServiceRegistration/EffectClassRegistration.cs
Show resolved
Hide resolved
* AddRegistration renamed to Add * consolidated Add extension methods into IServiceCollectionExtensions.cs * rename RegistrationLifecycle to StoreLifetime and made a public property * currently left the SetStoreLifetime method in Options -- awaiting feedback in PR discussion * rename LifecycleEnum to StoreLifetime * improve XmlDoc comments for StoreLifetime
* renamed SetStoreLifetime() to WithServiceLifetime() * change StoreLifetime prop to internal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small things, my fault, I'm sorry.
This is looking great, I am really excited about getting it in. Thanks!
renamed WithServiceLifetime() to WithLifetime()
Merged. Thank you for your contribution! |
No description provided.