Remove cached types from HelpWriter
Closed this issue · 0 comments
akamsteeg commented
In HelpWriter
, we cache the types of DisplayAttribute
and RequiredAttribute
but that serves no purpose besides making the object bigger.
We should remove those cached instances.