-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
@mbhoek I know it might look overwhelming, I hope you invest the time to get into it, because this is a big improvment. |
abb484b
to
b08139a
Compare
@shlomiassaf Thank you for your contribution! I'm currently busy working on another project, but will have time to review your PR during the upcoming holidays. Sorry for the delay! |
Hello @shlomiassaf, I finally found some time to review your PR and I think it's excellent work. I'm going to include in the next big update of this plugin, which will also include fixes for #75. I'd like to combine those fixes so I want to merge your work into a different branch |
I appreciate your update. |
I just realized if I merge your work into a separate branch, and then later merge it into |
Don’t worry about it
Just do it
…Sent from my iPhone
On 13 Mar 2022, at 17:32, Mark Hoek ***@***.***> wrote:
I just realized if I merge your work into a separate branch, and then later merge it into main, you would not get the proper attribution/credits in the 'Contributors' section on GitHub. So I'm going to have to rethink this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
I think contributions to open source projects should be properly contributed, I really appreciate you spending your valuable time on this. After giving it some thought the solution was pretty simple; enabling pre-release versions of the package allows me to complete PRs without publishing a release version. Switching your PR back to |
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.
Looks good to me!
Thanks again for your excellent work @shlomiassaf -- your contribution is now part of the latest preview release. |
The current implementation is missing some of the goals of DI.
This PR fixes scoping for Scenario and add support for Feature scoping.
With Scenario:
IServiceScope
which is also disposed once the Scenario is doneWith Feature:
IServiceScope
which is also disposed once the Feature is doneTo use Feature scoping