Document -u option for updating service references in dotnet-svcutil#51522
Merged
meaghanlewis merged 9 commits intomainfrom Feb 9, 2026
Merged
Document -u option for updating service references in dotnet-svcutil#51522meaghanlewis merged 9 commits intomainfrom
meaghanlewis merged 9 commits intomainfrom
Conversation
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add instructions for updating references
Document -u option for updating service references in dotnet-svcutil
Feb 5, 2026
Contributor
|
@copilot please remove the tab versions and just have one version of the latest way of completing a task. |
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Contributor
Author
Removed references to dotnet-svcutil 1.x and cleaned up prerequisites section.
Removed an unnecessary empty line before the 'Getting started' section.
Removed duplicate section about invoking the dotnet-svcutil help command.
meaghanlewis
approved these changes
Feb 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for the -u (update) option in the dotnet-svcutil tool, addressing a user request for clearer instructions on updating existing service references. The changes also simplify the documentation by removing version-specific tabs and focusing on the latest tooling.
Changes:
- Added new "Updating the service reference" section that documents the
-uoption for updating existing service references - Simplified documentation by removing tab-based version selection (1.x vs 2.x) throughout the document
- Updated heading from "Using the Service Reference" to "Using the service reference" to follow sentence case convention
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
gewarren
approved these changes
Feb 9, 2026
Contributor
gewarren
left a comment
There was a problem hiding this comment.
Should we remove the references to .NET Core and just use ".NET" instead?
meaghanlewis
reviewed
Feb 9, 2026
meaghanlewis
reviewed
Feb 9, 2026
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
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.
Plan to add instructions for updating references
-uoption for updating referencesChanges made
Added a new section "Updating the service reference" that:
-uoptiondotnet-svcutil -u .\path\to\reference\folderUpdated per review feedback to show only the latest version without tabs.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews