Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V14: Additional blueprint endpoints #16047

Merged
merged 11 commits into from
Apr 15, 2024

Change == to is

42c9946
Select commit
Loading
Failed to load commit list.
Merged

V14: Additional blueprint endpoints #16047

Change == to is
42c9946
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (v14/dev) succeeded Apr 15, 2024 in 46s

CodeScene PR Check

Code Health Quality Gates: OK

View detailed results in CodeScene

Details

Annotations

Check notice on line 1 in src/Umbraco.Core/Services/ContentBlueprintEditingService.cs

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Cloud Delta Analysis (v14/dev)

ℹ Getting worse: Primitive Obsession

The ratio of primitive types in function arguments increases from 57.78% to 60.42%, 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.