You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a dotnetcore application running on dotnet 7. When attempting to instatiate a ITwilioRestClient via dependency injection, I get the following exception:
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: 'Void Twilio.Clients.TwilioRestClient..ctor(System.String, System.String, System.String, System.String, Twilio.Http.HttpClient, System.String)'.'
This is happening on twilio 7.6.0. If I roll back to twilio 7.5.1 the bug does not occur.
Steps to Reproduce
Code Snippet
Here's my code to create the service in startup.cs
Then the exception occurs when my razor page loads:
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: