Open ctthang opened 3 years ago
Merging #20 (6a79f5f) into master (b684c2a) will decrease coverage by
36.52%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #20 +/- ##
===========================================
- Coverage 81.39% 44.87% -36.53%
===========================================
Files 2 4 +2
Lines 43 78 +35
Branches 2 9 +7
===========================================
Hits 35 35
- Misses 6 41 +35
Partials 2 2
Impacted Files | Coverage Δ | |
---|---|---|
src/PerRequestLifetimeManager.cs | 0.00% <0.00%> (ø) |
|
src/UnityPerRequestHttpModule.cs | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update b684c2a...6a79f5f. Read the comment docs.
What are we fixing here?
What are we fixing here?
I need the PerRequestLifetimeManager in one of my projects so I move the implementation from the "aspnet-mvc" to here. The reason for the need is that I want to manage my entity framework's dbcontext better for my REST API project.
All CLA requirements met.