Skip to content

Remove default value for cancellationToken in interceptor#525

Merged
StuartFerguson merged 2 commits intomainfrom
refactor/#521_querytiminginterceptor_remove_optional_param
Mar 30, 2026
Merged

Remove default value for cancellationToken in interceptor#525
StuartFerguson merged 2 commits intomainfrom
refactor/#521_querytiminginterceptor_remove_optional_param

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

The ReaderExecutedAsync method in QueryTimingInterceptor no longer provides a default value for the cancellationToken parameter. Callers must now explicitly supply a CancellationToken when invoking this method.

closes #521

The ReaderExecutedAsync method in QueryTimingInterceptor no longer provides a default value for the cancellationToken parameter. Callers must now explicitly supply a CancellationToken when invoking this method.
@StuartFerguson StuartFerguson merged commit 2aebf06 into main Mar 30, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BestPractice] Use the overloading mechanism instead of the optional parameters.

1 participant