Remove `InternalsVisibleTo` dependency between Container Registry package and `Aspire.Hosting.Azure`
Open
area-integrations
azure
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
The container registry package currently relies on `InternalsVisibleTo` (IVT) access to `Aspire.Hosting.Azure` to acquire internal Azure-specific types needed for authenticating with Azure Container Registries. This creates an undesirable coupling between the generic container registry abstractions and Azure-specific hosting logic.
This coupling makes it difficult to evolve the Azure hosting package independently, and it prevents other cloud-specific registry implementations from following a clean extension model.
Contributor guide
Assessment
This issue has not been assessed yet.