Skip to content

Remove duplicate C++ PackageReference experimental text#3573

Draft
Copilot wants to merge 5 commits into
mainfrom
copilot/update-cpp-packagereference-docs
Draft

Remove duplicate C++ PackageReference experimental text#3573
Copilot wants to merge 5 commits into
mainfrom
copilot/update-cpp-packagereference-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 19, 2026

Summary

Remove duplicated C++ PackageReference experimental-support wording and keep the intended single occurrence.

Changes

  • Removed the duplicated experimental-support note in docs/consume-packages/migrate-packages-config-to-package-reference.md and kept the second occurrence.
  • Removed a redundant repeated C++ experimental-support sentence in docs/consume-packages/Package-References-in-Project-Files.md.

Validation

  • dotnet build docs.sln succeeds.
  • parallel_validation completed with no remaining review comments.

@learn-build-service-prod
Copy link
Copy Markdown

Learn Build status updates of commit b0e61f9:

✅ Validation status: passed

File Status Preview URL Details
docs/consume-packages/install-use-packages-nuget-cli.md ✅Succeeded View
docs/consume-packages/migrate-packages-config-to-package-reference.md ✅Succeeded View
docs/consume-packages/Package-References-in-Project-Files.md ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.


By default, PackageReference is used for .NET projects, .NET Standard projects, and UWP projects targeting Windows 10 Build 15063 (Creators Update) and later, with the exception of C++ UWP projects. .NET Framework projects support PackageReference, but currently default to `packages.config`. To use PackageReference in a .NET Framework project, [migrate](../consume-packages/migrate-packages-config-to-package-reference.md) the dependencies from `packages.config` into your project file, then remove packages.config.
By default, PackageReference is used for .NET projects, .NET Standard projects, and UWP projects targeting Windows 10 Build 15063 (Creators Update) and later.
C++ PackageReference support is experimental.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@copilot Move lines 20 and 21 to line 24 instead.

The flow should be in order of support.

So:

  • supported
  • supported with migration
  • supported without automated migration
  • unsupported.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated the section order so support now flows as requested, with the C++ experimental lines moved after the .NET Framework migration lines. Addressed in commits 9f7f701 and 45d1d13.

Copilot AI requested a review from nkolev92 May 19, 2026 15:50
@learn-build-service-prod
Copy link
Copy Markdown

Learn Build status updates of commit 9f7f701:

✅ Validation status: passed

File Status Preview URL Details
docs/consume-packages/install-use-packages-nuget-cli.md ✅Succeeded View
docs/consume-packages/migrate-packages-config-to-package-reference.md ✅Succeeded View
docs/consume-packages/Package-References-in-Project-Files.md ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

1 similar comment
@learn-build-service-prod
Copy link
Copy Markdown

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown

Learn Build status updates of commit 45d1d13:

✅ Validation status: passed

File Status Preview URL Details
docs/consume-packages/install-use-packages-nuget-cli.md ✅Succeeded View
docs/consume-packages/migrate-packages-config-to-package-reference.md ✅Succeeded View
docs/consume-packages/Package-References-in-Project-Files.md ✅Succeeded View

For more details, please refer to the build report.

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