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

fix: double dispose #68

Merged
merged 2 commits into from
Oct 22, 2024
Merged

fix: double dispose #68

merged 2 commits into from
Oct 22, 2024

Conversation

mvarendorff2
Copy link
Member

This PR fixes another issue of UnitOfWork being disposed twice due to differing scopes / lifetimes.

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.64%. Comparing base (e53b3f5) to head (71f985b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   80.63%   80.64%   +0.01%     
==========================================
  Files          83       83              
  Lines        3729     3731       +2     
  Branches      375      375              
==========================================
+ Hits         3007     3009       +2     
  Misses        648      648              
  Partials       74       74              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mvarendorff2 mvarendorff2 merged commit 00f2967 into main Oct 22, 2024
7 checks passed
@mvarendorff2 mvarendorff2 deleted the fix/double-dispose branch October 22, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant