Remove duplicate C++ PackageReference experimental text#3573
Conversation
Agent-Logs-Url: https://github.com/NuGet/docs.microsoft.com-nuget/sessions/9a31d4d1-92c3-4fb6-aaba-1e7e752ca777 Co-authored-by: nkolev92 <2878341+nkolev92@users.noreply.github.com>
Agent-Logs-Url: https://github.com/NuGet/docs.microsoft.com-nuget/sessions/e095afaa-0c6d-4443-ad08-03f27e620527 Co-authored-by: nkolev92 <2878341+nkolev92@users.noreply.github.com>
Agent-Logs-Url: https://github.com/NuGet/docs.microsoft.com-nuget/sessions/e095afaa-0c6d-4443-ad08-03f27e620527 Co-authored-by: nkolev92 <2878341+nkolev92@users.noreply.github.com>
|
Learn Build status updates of commit b0e61f9: ✅ Validation status: passed
For more details, please refer to the build report. |
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 |
|
|
||
| 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. |
There was a problem hiding this comment.
@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.
Agent-Logs-Url: https://github.com/NuGet/docs.microsoft.com-nuget/sessions/94c7e872-4338-471a-8b63-3151d361d857 Co-authored-by: nkolev92 <2878341+nkolev92@users.noreply.github.com>
Agent-Logs-Url: https://github.com/NuGet/docs.microsoft.com-nuget/sessions/94c7e872-4338-471a-8b63-3151d361d857 Co-authored-by: nkolev92 <2878341+nkolev92@users.noreply.github.com>
|
Learn Build status updates of commit 9f7f701: ✅ Validation status: passed
For more details, please refer to the build report. |
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 |
1 similar comment
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 45d1d13: ✅ Validation status: passed
For more details, please refer to the build report. |
Summary
Remove duplicated C++ PackageReference experimental-support wording and keep the intended single occurrence.
Changes
docs/consume-packages/migrate-packages-config-to-package-reference.mdand kept the second occurrence.docs/consume-packages/Package-References-in-Project-Files.md.Validation
dotnet build docs.slnsucceeds.parallel_validationcompleted with no remaining review comments.