Remove references to ControlBindingsConverter
- 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
Assessment
This issue has not been assessed yet.