-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
dotnet/corefx
#33092Labels
area-System.Drawinghelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
TypeConverters are currently omitted from System.Drawing.Common, as described in dotnet/corefx#20593.
Since the idea is that Mono will use the CoreFX System.Drawing sources, and Mono maintains compatibility with Desktop .NET, we should add them back.
Here's what I can do:
- Add the TypeConverters (possibly from Mono) to CoreFX
- Add the TypeConverter attributes to the System.Drawing classes and hide them between a feature flag.
The same will probably apply other Desktop-only features, such as [Serializable] attributes.
Reactions are currently unavailable
Metadata
Metadata
Labels
area-System.Drawinghelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors