Closed bddckr closed 5 years ago
The current implementation of the ClearPropertyMethod weaver only sets reference types to null.
ClearPropertyMethod
The task is to change that to property = default; for any type, i.e. reference as well as value types.
property = default;
Also update the documentation found in the Readme.
Closing in favor of #25.
The current implementation of the
ClearPropertyMethod
weaver only sets reference types to null.The task is to change that to
property = default;
for any type, i.e. reference as well as value types.Also update the documentation found in the Readme.