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
Add feature flag for SDK installation (dotnetSdkInstallationEnabled)
- Add KnownFeatures.DotNetSdkInstallationEnabled constant
- Update SdkInstallHelper to check feature flag before offering installation
- Default feature flag to true (enabled by default)
- Add IFeatures parameter to EnsureSdkInstalledAsync method
- Store _features field in AddCommand and ExecCommand
- Update all command calls to pass _features parameter
Addresses feedback from @mitchdenny to add feature flag control.
Co-authored-by: mitchdenny <[email protected]>
0 commit comments