Skip to content

Make dsc3 and export experimentals stable #5487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025

Conversation

JohnMcPMS
Copy link
Member

@JohnMcPMS JohnMcPMS commented May 28, 2025

Change

Move the dsc3 and configureExport features to stable.

Microsoft Reviewers: Open in CodeFlow

@@ -354,25 +354,3 @@ You can enable the feature as shown below.
"resume": true
},
```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to your change, but I noticed that Settings.md is outdated because it lists resume but not fonts

@@ -294,21 +294,6 @@
"type": "boolean",
"default": false
},
"configuration03": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dream of the day we finally get around to versioning this file...
I wonder if we could publish it as an artifact for each release, and have the schema URI point to the release instead of the source code. Or at least point to a release branch

{
set.Environment().ProcessorIdentifier(ConfigurationRemoting::ToString(ConfigurationRemoting::ProcessorEngine::DSCv3));
}
set.Environment().ProcessorIdentifier(ConfigurationRemoting::ToString(ConfigurationRemoting::ProcessorEngine::DSCv3));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If v3 is the default now, is there anything specific to v2 that need to be removed?

@@ -79,10 +75,6 @@ namespace AppInstaller::Settings
return ExperimentalFeature{ "Direct MSI Installation", "directMSI", "https://aka.ms/winget-settings", Feature::DirectMSI };
case Feature::Resume:
return ExperimentalFeature{ "Resume", "resume", "https://aka.ms/winget-settings", Feature::Resume };
case Feature::ConfigurationDSCv3:
return ExperimentalFeature{ "Support for DSC v3", "dsc3", "https://aka.ms/winget-settings", Feature::ConfigurationDSCv3 };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we, or will we ever used a link that wasn't https://aka.ms/winget-settings?

@JohnMcPMS JohnMcPMS merged commit a53299a into microsoft:master May 28, 2025
9 checks passed
@JohnMcPMS JohnMcPMS deleted the not-exp branch May 28, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants