-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
WIP fix: dispose IServiceProvider in MicrosoftDependencyResolver #1170
base: main
Are you sure you want to change the base?
WIP fix: dispose IServiceProvider in MicrosoftDependencyResolver #1170
Conversation
thanks. just need to review. need to assess whether it can dispose a collection being managed externally |
As far as I know, a |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1170 +/- ##
==========================================
- Coverage 71.87% 71.47% -0.40%
==========================================
Files 96 96
Lines 4483 4453 -30
Branches 569 566 -3
==========================================
- Hits 3222 3183 -39
- Misses 1074 1085 +11
+ Partials 187 185 -2 ☔ View full report in Codecov by Sentry. |
it might well be fine. i just want to check around |
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
#1168
What is the new behavior?
What might this PR break?
Please check if the PR fulfills these requirements
Other information: