Skip to content

MySqlConnectionStringBuilder does not implement ICustomTypeDescriptor correctly #1030

Closed
@masonwheeler

Description

@masonwheeler

DbConnectionStringBuilder, the base class for connection string builders, implements ICustomTypeDescriptor so that the class can interface properly with UI inspector components such as the WinForms PropertyGrid or the various property grid implementations available on WPF.

When attempting to inspect a MySqlConnectionStringBuilder to one of these, it does not display the values properly; everything displays as a null value regardless of whether or not the property actually has a value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions