Showing 1 of 3 total issues
Method HandleSendResponseAsync
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private static async Task<int> HandleSendResponseAsync(
HttpResponseMessage response,
CancellationToken cancellationToken
)
{