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

fix: try executing on the thread pool #3449

Merged
merged 2 commits into from
Dec 31, 2024
Merged

fix: try executing on the thread pool #3449

merged 2 commits into from
Dec 31, 2024

Conversation

iancooper
Copy link
Member

No description provided.

Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Health Quality Gates: OK

Change in average Code Health of affected files: -0.05 (9.13 -> 9.08)

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

@@ -151,26 +151,26 @@ public void Current_WithoutAsyncContext_IsNull()
}

[Fact]
public void Current_FromAsyncContext_IsAsyncContext()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ Getting worse: Code Duplication
introduced similar code in: Current_FromBrighterSynchronizationHelper_IsBrighterSynchronizationHelper,SynchronizationContextCurrent_FromBrighterSynchronizationHelper_IsBrighterSynchronizationHelperSynchronizationContext

@@ -151,26 +151,26 @@ public void Current_WithoutAsyncContext_IsNull()
}

[Fact]
public void Current_FromAsyncContext_IsAsyncContext()
public void Current_FromBrighterSynchronizationHelper_IsBrighterSynchronizationHelper()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Getting better: Code Duplication
reduced similar code in: Current_FromAsyncContext_IsAsyncContext,SynchronizationContextCurrent_FromAsyncContext_IsAsyncContextSynchronizationContext,TaskSchedulerCurrent_FromAsyncContext_IsThreadPoolTaskScheduler

@iancooper iancooper merged commit e291baa into master Dec 31, 2024
4 of 6 checks passed
@iancooper iancooper deleted the sync_thread branch December 31, 2024 15:24
Copy link

@codescene-delta-analysis codescene-delta-analysis bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Health Quality Gates: OK

Change in average Code Health of affected files: +0.18 (8.80 -> 8.98)

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant