What's Changed
- Added
ConfigureAwait(false)
to allawait
statements for improved performance in asynchronous operations. - Included minor code improvements for better maintainability and efficiency, with no impact on module usage or functionality.
ConfigureAwait(false)
to all await
statements for improved performance in asynchronous operations.