-
Notifications
You must be signed in to change notification settings - Fork 258
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
Conversation
There was a problem hiding this 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) ✅
@@ -151,26 +151,26 @@ public void Current_WithoutAsyncContext_IsNull() | |||
} | |||
|
|||
[Fact] | |||
public void Current_FromAsyncContext_IsAsyncContext() |
There was a problem hiding this comment.
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() |
There was a problem hiding this comment.
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
There was a problem hiding this 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) ✅
No description provided.