Whether an experiment is enabled or not should be part of the options. Features should read these options from Solution snapshot.
Currently features running in OOP call back to devenv to check whether an experiment is enabled or not.
Can subscribe to feature flag change event using (IVsFeatureFlagStateChanged)VsFeatureFlags. Update solution options when the flags change.
Whether an experiment is enabled or not should be part of the options. Features should read these options from Solution snapshot.
Currently features running in OOP call back to devenv to check whether an experiment is enabled or not.
Can subscribe to feature flag change event using
(IVsFeatureFlagStateChanged)VsFeatureFlags. Update solution options when the flags change.