You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple issues with the default FeaturesDialog code in the VS template(s).
Firstly, it will crash the installer if there are any nested features because a collection has not been initialized.
Secondly, the page cannot set the description because it is not wired up.
Finally, the feature tree installation set is not properly wired up - un-selecting a sub feature e.g. does not deselect the parent appropriately. There are numerous issues here.
There is also a defect where a model is misnamed as a "View" on the underlying code, which cannot be corrected by an end-user.