Skip to content

Conversation

@danegsta
Copy link
Member

@danegsta danegsta commented Nov 4, 2025

Description

Make None be the index 0 value for the CertificateTrustScope enum.

Copilot AI review requested due to automatic review settings November 4, 2025 18:12
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12673

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12673"

Copy link
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

This PR reorders the CertificateTrustScope enum values to make None the first value instead of the last. This is a breaking API change that affects the default enum value and improves the logical ordering by placing the "do nothing" option first.

Key changes:

  • Moved None enum value from last position to first position
  • Updated Append documentation to clarify it is the default mode
  • Maintained all existing XML documentation with appropriate updates

@danegsta danegsta merged commit 8527e4e into dotnet:main Nov 4, 2025
588 of 592 checks passed
@danegsta
Copy link
Member Author

danegsta commented Nov 4, 2025

/backport to release/13.0

@dotnet-policy-service dotnet-policy-service bot added this to the 13.1 milestone Nov 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

Started backporting to release/13.0: https://github.com/dotnet/aspire/actions/runs/19080153065

@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants