Revert "Remove System.Deployment.Application xrefs" - #13061
Merged
Merged
Conversation
This reverts commit 7f90ef5.
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
There are small but concrete documentation/formatting issues introduced in the updated remarks (notably awkward wording and redundant blank lines) that should be corrected before merge.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR reverts a prior change that removed System.Deployment.Application cross-references, restoring ClickOnce-related API links so the affected docs remain discoverable on Learn after the upstream filter change.
Changes:
- Restores ClickOnce guidance by linking to
System.Deployment.Application.ApplicationDeploymentmembers (for example,ActivationUriandCurrentVersion). - Adds an
altmemberentry forApplicationDeployment.CurrentVersionto improve related-links navigation. - Adjusts Markdown table formatting in affected remarks blocks.
File summaries
| File | Description |
|---|---|
| xml/Microsoft.VisualBasic.ApplicationServices/ConsoleApplicationBase.xml | Updates ClickOnce note to point to ApplicationDeployment.ActivationUri and tweaks table formatting in remarks. |
| xml/Microsoft.VisualBasic.ApplicationServices/AssemblyInfo.xml | Updates ClickOnce version guidance to reference ApplicationDeployment.CurrentVersion, adds an altmember, and tweaks table formatting in remarks. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 3
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
gewarren
enabled auto-merge (squash)
September 9, 2026 21:55
meaghanlewis
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #13041
These APIs were inadvertently removed from Learn when a filter was put in place. The filter has now been removed in dotnet/msbuild-api-docs#70.
Internal previews
Build report