BryanWilhite / SonghayCore

core reusable, opinionated concerns for *all* 🧐 of my C# projects
http://songhayblog.azurewebsites.net/
MIT License
1 stars 0 forks source link

the nullability sweep over `ToAzureStorageSignature` broke its logic #148

Closed BryanWilhite closed 2 years ago

BryanWilhite commented 2 years ago

there should logically not be a null check for HttpRequestMessage.Content for (method == HttpMethod.Get || method == HttpMethod.Head):

image

this logic should be guided by the original source