Open StephenHodgson opened 10 months ago
Should be simple enough to add Async
overload without introducing breaking changes.
I don't disagree, but such changes bring the danger of breaking the API.
There's also no technical benefit, so this will be a low priority.
Describe the bug
Asynchonous methods do not properly conform to the industry standard naming conventions for Task-based Async Pattern (TAP), which stipulate to add
Async
suffix to the name of the methods to clearly show that they are awaitable.