This is an investigation and prototype issue at this point (with some good prospects of success, though).
[ ] Investigate options to improve Designer-side code generation to support Trimming for WinForms App which use Designer-hooked-up Data Binding (we will explicitly exclude non-type-safe Data Binding, like Runtime-Binding to DataTables/DataViews which use Property Descriptors to create "Types" at runtime.)
[ ] Investigate schema-discovery based on custom type descriptors, and runtime type conversions via reflection and the impact on trimming. Also take
This is an investigation and prototype issue at this point (with some good prospects of success, though).
[ ] Investigate schema-discovery based on custom type descriptors, and runtime type conversions via reflection and the impact on trimming. Also take
Binding.Format
eventBinding.Parse
eventinto account.