Skip to main content

Documenting Async APIs

Best practices for documenting asynchronous methods and patterns.

Task-Based APIs

Document return types and cancellation support.

ConfigureAwait

Explain when to use ConfigureAwait(false).

Exception Handling

Document how exceptions are propagated in async methods.