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

[Abstractions] Add CancellationToken parameter in send methods in dotnet #874

Merged
merged 5 commits into from
Nov 23, 2021

Conversation

andrueastman
Copy link
Member

This PR updates the IRequestAdapter interface in the dotnet abstractions library to consume a CancellationToken parameter to be forwarded to the client to allow the cancelling of requests

Part of #868

baywet
baywet previously approved these changes Nov 23, 2021
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for taking this on!

[Http] Add CancellationToken parameter in send methods in dotnet
baywet
baywet previously approved these changes Nov 23, 2021
[Generation] Add CancellationToken parameter in send methods in dotnet
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@baywet baywet merged commit 232ee67 into main Nov 23, 2021
@baywet baywet deleted the feature/cancellationToken-abstractions branch November 23, 2021 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Csharp Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants