-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twilio.AspNet.Core needs updating #140
Comments
@dprothero @Swimburger |
There are no active maintainers for this repo. I no longer have write access to this repo as I don't work for Twilio anymore. |
I can approve any PRs that look reasonable. I will shop this around inside Twilio to see if someone wants to look into maintaining it. |
If Twilio is not willing to support it then they should stop using this project in their examples like here: https://www.twilio.com/docs/messaging/tutorials/how-to-receive-and-reply/csharp |
It's worse than that; |
Thanks for the feedback @sgobiraj and @MostHostLA. I found some .NET folks here that are willing to look at this specific issue to try to address it. As for the larger support issue, I am opening a risk ticket internally so that leadership is aware. You're right that we need to do a better job of supporting you, even if it's supplying "stock" ASP.NET code examples as opposed to relying on an unsupported library. |
I would love not having to rely on the baked in library if at all possible. |
Dependency injection is also broken with the main Twilio library: |
That library is supported (everything in |
DI is added through this library, so not officially supported by Twilio, but it was Twilio that introduced a breaking change again. |
Thank you @Swimburger for the new PR. We've gone ahead and pushed the update. We'll keep an eye on maintaining this repo on our end! |
@AJLange Can you also make sure to flag the correct .net stuff for it? Additionally somehow the links from within visual studio (for core6) link back to .net framework stuff from before .net6.0 was a thing, and I'm really not sure how that's even possible short of having set up the distribution for it incorrectly somehow. |
@MostHostLA I'm not sure what you mean by this. The source code as is (not released) drops .NET 6, keeps .NET 7 (we should probably remove 7), adds .NET 8 and .NET 9. The Twilio.AspNet.Core can only be installed on ASP.NET Core, and Twilio.AspNet.Mvc can only be installed on ASP.NET on .NET Framework. What dependencies is it missing? |
@MostHostLA With the new release, we should be up to date. If there's anything you still see missing let us know. |
I think this issue can be closed now! |
Twilio.AspNet.Core is out of date in a few different ways:
The text was updated successfully, but these errors were encountered: