Improve code coverage for System.ComponentModel.TypeConverter (56%) #16988
Open
Description
opened on Apr 14, 2016
The code coverage report shows us at 47% for the next version of the package (currently in dev/typedescriptor
). Improving this will mostly require work around TypeDescriptor
. The largest gaps in its coverage are in private code requiring more elaborate scenarios to reach than what we have in unit tests.
Activity