microsoft / microsoft/aspire

Remove `InternalsVisibleTo` dependency between Container Registry package and `Aspire.Hosting.Azure`

Open
#13,397 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.