Skip to content

Update dotnet dev-certs docs for .NET 10 SANs#52711

Open
Copilot wants to merge 4 commits intomainfrom
copilot/update-dotnet-dev-certs-doc
Open

Update dotnet dev-certs docs for .NET 10 SANs#52711
Copilot wants to merge 4 commits intomainfrom
copilot/update-dotnet-dev-certs-doc

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 29, 2026

  • Inspect the PR comment, existing dotnet dev-certs article text, and the validation workflow for the touched documentation file.
  • Update the SAN description to call out *.dev.localhost hostnames for local development and clarify that container-based scenarios relate to host.docker.internal and host.containers.internal.
  • Re-run targeted markdown linting and review the diff for the updated file.
  • Run final automated review for the follow-up edit and reply to the PR comment with the addressing commit.

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.


Internal previews

📄 File 🔗 Preview link
docs/core/tools/dotnet-dev-certs.md docs/core/tools/dotnet-dev-certs

Agent-Logs-Url: https://github.com/dotnet/docs/sessions/2920f9eb-68e7-4447-b9d5-0cc98278e858

Co-authored-by: DamianEdwards <249088+DamianEdwards@users.noreply.github.com>
Copilot AI and others added 2 commits March 29, 2026 22:33
Agent-Logs-Url: https://github.com/dotnet/docs/sessions/ad4ef331-2cc7-435c-ab97-f78b690b968a

Co-authored-by: DamianEdwards <249088+DamianEdwards@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/docs/sessions/ad4ef331-2cc7-435c-ab97-f78b690b968a

Co-authored-by: DamianEdwards <249088+DamianEdwards@users.noreply.github.com>
@DamianEdwards DamianEdwards marked this pull request as ready for review March 29, 2026 22:34
Copilot AI requested a review from DamianEdwards March 29, 2026 22:34
@DamianEdwards DamianEdwards requested a review from a team as a code owner March 29, 2026 22:34
Copilot AI review requested due to automatic review settings March 29, 2026 22:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the dotnet dev-certs documentation to reflect .NET 10+ behavior around the generated development certificate, especially its subject alternative names (SANs), and adds a note about trust behavior.

Changes:

  • Updates frontmatter (ms.date, adds ai-usage).
  • Documents the default SAN set for the generated ASP.NET Core development certificate in .NET 10+.
  • Adds a note under --trust about behavior when running in WSL.

The `*.dev.localhost` SAN lets you use the certificate with `*.dev.localhost` hostnames for local development. The `host.docker.internal` and `host.containers.internal` SANs let you use the certificate in container-based local development scenarios:

| Type | Value |
|--|--|
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

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

The table header separator row uses |--|--|, which isn’t valid Markdown table syntax (each column needs at least 3 dashes). This can prevent the table from rendering correctly and might fail markdownlint. Update the separator row to use --- (or longer) per column.

Suggested change
|--|--|
| --- | --- |

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants