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
Thanks for your suggestion @MichielDG -- mainly we want to prevent adding ad-hoc enum names based on anecdotal data (i.e. somebody finds it useful, or some specification uses it somewhere).
We would like to have some usage-driven approach to add the most interesting/important ones - see #1489 (comment)
If you are passionate about image type names, I'd be personally ok if we do the main issue in stages and one/first of them is focused on image mime types. Doing a brief research how much are these magical strings used e.g. on GitHub, or referenced on StackOverflow would be IMO great way to provide backing usage data for each. That will help to push this forward.
In the class
System.Net.Mime.MediaTypeNames.Image
png does not exist.Motivation
Png is a standaard image type that is widely used.
Existing class: https://github.com/dotnet/runtime/blob/master/src/libraries/System.Net.Mail/ref/System.Net.Mail.cs#L314-L339
Proposed Solution
The text was updated successfully, but these errors were encountered: