dotnet / dotnet/winforms

Remove references to ControlBindingsConverter

Open
#3,446 3 comments 0 reactions 0 assignees View on GitHub
design-discussion tenet-compatibility
Dominant language
C#
Stars
4.9k
Forks
1.1k
Avg merge
1d 13m
Merged PRs (30d)
85

Description

Follow-up to #2412 and #3444

**.NET Core Version:**
github master

**Have you experienced this same bug with .NET Framework?:**
no

**Problem description:**
`ControlBindingsConverter` is currently defined in the VS designer and no longer present in the WinForms runtime, yet still [referenced](https://github.com/dotnet/winforms/search?q=ControlBindingsConverter&unscoped_q=ControlBindingsConverter). The previous approach was to port these by a on-demand basis so this is currently not needed in the WinForms runtime and should be removed to avoid confusion.

**Expected behavior:**
Metadata attributes should not refer to nonexistant classes.

**Minimal repro:**
PR #2230 test failure when removing skip entry

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.