Dictionary: Add configurable value search functionality #21200
Merged
CodeScene Delta Analysis / CodeScene Code Health Review (main)
succeeded
Jan 21, 2026 in 49s
CodeScene PR Check
Quality Gate Passed
Gates Passed
4 Quality Gates Passed
See analysis details in CodeScene
Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
Details
✅ Improving Code Health:
- Primitive Obsession DictionaryRepository.cs
Annotations
codescene-delta-analysis / CodeScene Code Health Review (main)
✅ Getting better: Primitive Obsession
The ratio of primitive types in function arguments decreases from 40.00% to 39.62%, threshold = 30.0%. The functions in this file have too many primitive types (e.g. int, double, float) in their function argument lists. Using many primitive types lead to the code smell Primitive Obsession. Avoid adding more primitive arguments.
Loading