arcus-azure / arcus-azure/arcus.testing
✨ [New]: pass cancellation token to test polling
Open
area:core
enhancement
feature-request
good first issue
- Dominant language
- C#
- Stars
- 9
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
### Description
When constructing a `Poll` test operation, there is no overload to pass the cancellation token. Especially in cancelled tests, it provide better support in performance and error handling if we could cancel these operations.
### Solution
Provide `.Target` overloads with cancellation support.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.