Freshness for May#54091
Open
adegeo wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes several .NET fundamentals and tooling docs for May, including runtime discovery, RID guidance, container publishing, uninstall tool command references, and self-signed certificate guidance.
Changes:
- Updates freshness dates and modernizes examples to .NET 10 where applicable.
- Adds or clarifies RID, install-location, container publishing, and uninstall tool option guidance.
- Expands certificate and container docs with newer .NET behavior and safer placeholder usage.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
docs/core/sdk.md |
Updates SDK security guidance examples. |
docs/core/runtime-discovery/troubleshoot-app-launch.md |
Restructures troubleshooting guidance and install-location checks. |
docs/core/rid-catalog.md |
Adds macOS universal-binary RID guidance. |
docs/core/distribution-packaging.md |
Clarifies architecture-specific install location files. |
docs/core/containers/sdk-publish.md |
Refreshes prerequisite download link and date. |
docs/core/containers/publish-configuration.md |
Adds a container configuration summary table and deprecated entrypoint docs. |
docs/core/additional-tools/uninstall-tool-cli-list.md |
Adds uninstall tool options for Windows and macOS pivots. |
docs/core/additional-tools/uninstall-tool-cli-remove.md |
Updates remove command options and platform-specific descriptions. |
docs/core/additional-tools/uninstall-tool-cli-dry-run.md |
Updates dry-run command syntax and option descriptions. |
docs/core/additional-tools/self-signed-certificates-guide.md |
Updates certificate/container sample guidance for .NET 10. |
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.
Summary
Freshness updates. Fixed a bit more than the issue listed.
Fixes #52956
Fixes #37220
Internal previews