[PM-34147] Add GetManyConfirmedAndAcceptedDetailsByUserAsync to IOrganizationUserRepository#7399
[PM-34147] Add GetManyConfirmedAndAcceptedDetailsByUserAsync to IOrganizationUserRepository#7399
Conversation
…nizationUserRepository.
Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR adds Code Review DetailsNo findings identified. The change is well-structured and follows existing codebase conventions. |
| { | ||
| var dbContext = GetDatabaseContext(scope); | ||
| var view = new OrganizationUserOrganizationDetailsViewQuery(); | ||
| var t = await (view.Run(dbContext)).ToArrayAsync(); |
There was a problem hiding this comment.
This isn’t related to my PR, but it’s dead code and not being used. It was introduced about five years ago. Since AC owns this code now, I think we should remove it.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7399 +/- ##
==========================================
+ Coverage 58.43% 62.60% +4.17%
==========================================
Files 2060 2060
Lines 91214 91293 +79
Branches 8119 8131 +12
==========================================
+ Hits 53304 57158 +3854
+ Misses 36018 32155 -3863
- Partials 1892 1980 +88 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
New Issues (121)Checkmarx found the following issues in this Pull Request
|
|
|
I'm looking into Checkmarx. I feel like it's a false positive since I'm using an established pattern. |






🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-34147
📔 Objective
📸 Screenshots
Migration was successful.