Skip to content

Merge branch 'main' into feature/dictionary-value-search

2ba9501
Select commit
Loading
Failed to load commit list.
Merged

Dictionary: Add configurable value search functionality #21200

Merge branch 'main' into feature/dictionary-value-search
2ba9501
Select commit
Loading
Failed to load commit list.
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

Check notice on line 1 in src/Umbraco.Infrastructure/Persistence/Repositories/Implement/DictionaryRepository.cs

See this annotation in the file changed.

@codescene-delta-analysis 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.