Brett Kelts

Results 2 issues of Brett Kelts

SimpleOAuth.Internal.SignatureMethod.CreateSignature uses an internal static dictionary. So either access to the dictionary should be locked or should be replaced with a ConcurrentDictionary.

### Issue Summary This is a dotnetcore application running on dotnet 7. When attempting to instatiate a ITwilioRestClient via dependency injection, I get the following exception: System.MissingMethodException: 'Method not found:...