dotnet / platform-compat

Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
MIT License
278 stars 45 forks source link

More Info on SmtpClient Deprecation #133

Open fowl2 opened 5 years ago

fowl2 commented 5 years ago

DE0005: SmtpClient shouldn't be used is the linked to from the SmtpClient docs as "more information" about why SmtpClient is deprecated, but "doesn't support many modern protocols" and "doesn't scale" is the only justification provided here.

It would be great if this article could be enhanced with some more detail/reasoning or a link provided.

Thanks =)

phixion commented 5 years ago

I second your comment, just fyi https://github.com/jstedfast/MailKit#goals elaborates a bit

paule96 commented 4 years ago

Are there plan's to reimplement these functions? I came from a PowerShell warning to this. Because the cmdlet Send-MailMessage returns now a warning. :(

Is there hope that there is soon a replacement for this?