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
Nice workaround, did not realize it. Yeah, you're right. I am mostly speaking about Task<_> and since it is natively supported in F# now, it would be nice to be able to cancel it.
Description
Cancellation support in
OpenApiClientProvider
.Repro steps
Please provide the steps required to reproduce the problem
Use a provider according this page: https://fsprojects.github.io/SwaggerProvider/#/OpenApiClientProvider
Generated client contains methods without a support for cancellation tokens
Expected behavior
Generated methods accept
CancellationToken
instance.Actual behavior
It is not possible to provide my own instance of
CancellationToken
.Affected Type Providers
Related information
The text was updated successfully, but these errors were encountered: