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

Remove locks and switch to ConcurrentDictionary implementation. #15928

Closed
wants to merge 4 commits into from

Merge branch 'contrib' into pr/15928

abe7238
Select commit
Loading
Failed to load commit list.
Closed

Remove locks and switch to ConcurrentDictionary implementation. #15928

Merge branch 'contrib' into pr/15928
abe7238
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (contrib) succeeded Apr 9, 2024 in 35s

CodeScene PR Check

Code Health Quality Gates: OK

  • Improving Code Health: 3 findings(s) ✅

View detailed results in CodeScene

Details

✅ Improving Code Health:

  • Bumpy Road Ahead Property.cs: Property
  • Overall Code Complexity Property.cs
  • Deep, Nested Complexity Property.cs: Property

Annotations

Check notice on line 69 in src/Umbraco.PublishedCache.NuCache/Property.cs

See this annotation in the file changed.

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

✅ No longer an issue: Bumpy Road Ahead

Property is no longer above the threshold for logical blocks with deeply nested code

Check notice on line 1 in src/Umbraco.PublishedCache.NuCache/Property.cs

See this annotation in the file changed.

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

✅ No longer an issue: Overall Code Complexity

The mean cyclomatic complexity in this module is no longer above the threshold

Check notice on line 69 in src/Umbraco.PublishedCache.NuCache/Property.cs

See this annotation in the file changed.

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

✅ No longer an issue: Deep, Nested Complexity

Property is no longer above the threshold for nested complexity depth