-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Update System.Threading.Channels dependency #101101
Conversation
Remove System.Threading.Tasks.Extensions dependency since it's a dependency of Microsoft.Bcl.AsyncInterfaces
Tagging subscribers to this area: @mangod9 |
Why is this beneficial? |
Thanks. @ericstj, is this desirable? |
No it's not desirable. There's nothing wrong with stating your dependencies. Being explicit is actually better since it insulates you from a breaking change if a transitive dependency were removed. |
Remove
System.Threading.Tasks.Extensions
dependency since it's already a dependency ofMicrosoft.Bcl.AsyncInterfaces
relates to #94417