This repository was archived by the owner on Nov 7, 2018. It is now read-only.
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
Rename IInitializeOptions to IPostConfigureOptions #191
Closed
Description
Both IConfigureOptions
and IInitializeOptions
have similar semantics but they are called at different times. Based on the names it sounds like IInitializeOptions
would happen before IConfigureOptions
, but apparently the order is the opposite. Can we come up with a better name that makes the behavior more obvious?