Add step-by-step migration guidance from classic mode to manifest mode#567
Add step-by-step migration guidance from classic mode to manifest mode#567Shriya-23 wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
docs: add migration guidance from classic mode to manifest mode. Adds a new section explaining how to migrate existing projects from classic mode to manifest mode. The guidance covers identifying direct dependencies, selecting a builtin baseline commit, enabling manifest mode, and verifying the migration. It also clarifies the experimental status of `vcpkg x-update-baseline` and provides a stable manual alternative.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit d7fa45b: ✅ Validation status: passed
For more details, please refer to the build report. |
|
I don't think a "migration guide" belongs into this tutorial, and in particular into this spot. |
Thank you for the feedback, I really appreciate it. I came across issue #425 and tried to contribute by adding migration guidance, since the issue was asking specifically about transitioning from classic mode to manifest mode. I placed it here because this page is often the entry point for manifest mode, so it felt like a discoverable spot for users looking to switch. |
That said, I understand the concern about including migration content inside a tutorial. I’m still fairly new to contributing here, so I’d really value your guidance, if not in this spot, would you recommend moving it to a separate article or another section? Happy to adjust the structure as needed. Thanks again for the review. |
Issue
Related issue:
Before
vcpkg x-update-baseline) mentioned externally but not clarifiedWhat this PR adds
After