-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Milestone
Description
Description
The current version of the SwaggerProvider only exposes synchronous network calls. It would be excellent if we had Async or Task-based versions as well, for throughput reasons.
I don't know which representation (Async or Task) would be best, especially because the operations from this library are often consumed by C# code.
Repro steps
Expected behavior
Asyncronous versions of the operations would be made available.
Actual behavior
Only synchronous versions of operations are present.
Known workarounds
You can manually manage Tasks/Asyncs of synchronous operations via the old-style BackgroundWorker/IAsyncResult mechanisms if you so wish.
Related information
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels