[PM-40623] Add ProducesResponseType to fix SDK server bindings#8046
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed a single-file change to No findings. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8046 +/- ##
==========================================
+ Coverage 62.46% 62.48% +0.01%
==========================================
Files 2297 2298 +1
Lines 99981 100025 +44
Branches 9020 9022 +2
==========================================
+ Hits 62456 62497 +41
- Misses 35346 35349 +3
Partials 2179 2179 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-40623
📔 Objective
The SDK server bindings don't know what type
IResultis. Minimal APIs will fix this automagically, but for now add theProducesResponseTypeannotation to each endpoint to fix this.📸 Screenshots