Add endpoint for retrieving the published (if any) version of a document #17278
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (release/15.0)
failed
Nov 5, 2024 in 42s
CodeScene PR Check
❌ Code Health Quality Gates: FAILED
Change in average Code Health of affected files: -0.17 (9.61 -> 9.44)
- Declining Code Health: 1 findings(s) 🚩
Details
🚩 Declining Code Health (highest to lowest):
- Code Duplication DocumentPresentationFactory.cs
Annotations
Check warning on line 72 in src/Umbraco.Cms.Api.Management/Factories/DocumentPresentationFactory.cs
codescene-delta-analysis / CodeScene Cloud Delta Analysis (release/15.0)
❌ New issue: Code Duplication
The module contains 2 functions with similar structure: CreatePublishedResponseModelAsync,CreateResponseModelAsync. Avoid duplicated, aka copy-pasted, code inside the module. More duplication lowers the code health.
Loading