sonar-scanner-msbuild icon indicating copy to clipboard operation
sonar-scanner-msbuild copied to clipboard

Update CoverageReportDownloader to use `await` instead of `.Result`

Open costin-zaharia-sonarsource opened this issue 1 year ago • 0 comments

Making blocking calls to async methods transforms code that was intended to be asynchronous into a blocking operation. Doing so can cause deadlocks and unexpected blocking of context threads.