V15: Update to dotnet 9 #16625
Merged
V15: Update to dotnet 9 #16625
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (v15/dev)
failed
Jun 26, 2024 in 1m 44s
CodeScene PR Check
❌ Code Health Quality Gates: FAILED
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Low Cohesion StringExtensions.cs
Annotations
Check warning on line 1 in src/Umbraco.Core/Extensions/StringExtensions.cs
codescene-delta-analysis / CodeScene Cloud Delta Analysis (v15/dev)
❌ Getting worse: Low Cohesion
The number of different responsibilities increases from 13 to 15, threshold = 3. Cohesion is calculated using the LCOM4 metric. Low cohesion means that the module/class has multiple unrelated responsibilities, doing too many things and breaking the Single Responsibility Principle.
Loading