You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature request or question
The ...Async methods, such as ReadSecretAsync() does not support a CancellationToken so it is not possible for the caller to cancel the request.
Link to the Vault API Docs that support this feature
Not relevant, this is purely a C# convention.
Describe the feature request or question
The
...Async
methods, such asReadSecretAsync()
does not support aCancellationToken
so it is not possible for the caller to cancel the request.Link to the Vault API Docs that support this feature
Not relevant, this is purely a C# convention.
Additional context
See sonar rule here: https://community.sonarsource.com/t/c-asynchronous-methods-should-take-a-cancellationtoken/42190
The text was updated successfully, but these errors were encountered: