microsoft / microsoft/winget-create

Allow users to select manifest schema version when creating or updating

Open
#225 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Feature
Dominant language
C#
Stars
651
Forks
114
Avg merge
7h 52m
Merged PRs (30d)
3

Description

Description of the new feature / enhancement

As more manifest schema versions come out, Winget-Create should still support previous manifest schema versions either when generating a new manifest or updating their existing manifest.

This may even imply having an experimental feature setting that can be turned on to try creating newer versions of a schema early.

Proposed technical implementation details

This could be set using a CLI argument like --schema and having the model used to generate the model change depending on the selected schemaVersion.

The experimental feature would require an additional field to be added to the settings schema to enable early access to newer schema versions.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by locating CLI argument parsing, the manifest model generation path, and the settings schema; then trace how manifests are created and updated. Done means users can select a schema version with the proposed option, while the experimental setting controls access to newer versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.