Skip to content

Bumped version of our test helpers to fix failing tests

1c1cace
Select commit
Loading
Failed to load commit list.
Merged

Backoffice Login: Move access/refresh tokens to secure cookies (V17) #20820

Bumped version of our test helpers to fix failing tests
1c1cace
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Code Health Review (release/17.0) failed Nov 14, 2025 in 32s

CodeScene PR Check

Quality Gate Failed

Gates Failed
Enforce advisory code health rules (1 file with Large Method)

Gates Passed
3 Quality Gates Passed

See analysis details in CodeScene

Reason for failure
Enforce advisory code health rules Violations Code Health Impact
UmbracoBuilderAuthExtensions.cs 1 advisory rule 10.00 → 9.54 Suppress

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

🚩 Declining Code Health (highest to lowest):

  • Large Method UmbracoBuilderAuthExtensions.cs: ConfigureOpenIddict

Annotations

Check warning on line 167 in src/Umbraco.Cms.Api.Common/DependencyInjection/UmbracoBuilderAuthExtensions.cs

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Code Health Review (release/17.0)

❌ New issue: Large Method

ConfigureOpenIddict has 82 lines, threshold = 70. Large functions with many lines of code are generally harder to understand and lower the code health. Avoid adding more lines to this function.