-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove some IAsyncResult implementations from System.Net.Mail #82644
Conversation
Whittling away at our remaining APM implementations.
Tagging subscribers to this area: @dotnet/ncl Issue DetailsWhittling away at our remaining APM implementations.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice. Do you plan to do rest of the Mail as well? (at some point)
Ideally. The rest is harder and more error-prone, though, so I'm hesitant to attempt it with our current test coverage. |
It has been on my wishlist for a long time. Maybe @filipnavara or others can help. We did talk about #19436 specifically but I'm sure there may be more. |
This one is very low on my list given the fact that the whole library is effectively deprecated. I have some cleanup PRs for System.Net.Security that I would like to resurrect in the .NET 8 timeframe but currently nothing for the Mail libraries. |
There aren't any APM implementations remaining there, is there? |
There's |
Whittling away at our remaining APM implementations.