Skip to content

Conversation

@danegsta
Copy link
Member

@danegsta danegsta commented Nov 3, 2025

Description

CertificateAuthorityCollectionResource was missing a namespace.

Copilot AI review requested due to automatic review settings November 3, 2025 21:56
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 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 -- 12639

Or

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

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 modernizes the namespace declaration in the CertificateAuthorityCollectionResource.cs file by converting from a using directive to a file-scoped namespace declaration, which is the preferred style according to the project's coding guidelines.

Key Changes

  • Removed the using Aspire.Hosting.ApplicationModel; directive (which was redundant since the file is already in that namespace)
  • Added a file-scoped namespace declaration namespace Aspire.Hosting.ApplicationModel;
  • Added a blank line after the using statements for proper formatting

@danegsta danegsta requested a review from captainsafia November 3, 2025 22:25
@danegsta danegsta merged commit 085ad81 into dotnet:main Nov 3, 2025
296 checks passed
@danegsta
Copy link
Member Author

danegsta commented Nov 3, 2025

/backport to release/13.0

@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

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

@dotnet-policy-service dotnet-policy-service bot added this to the 13.1 milestone Nov 3, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 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