Skip to content

TypeConverters for System.Drawing #22324

@qmfrederik

Description

@qmfrederik

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions