Open
Description
For .NET 10 the InternalsVisibleTo
has been removed for the .NET MAUI Community Toolkit (see here). I have made the types that we used for AvatarView
public, so we need to switch to using those.
The rest of the types we are using will be removed with the Popup v2 PR and the last one can be removed with the alternative AppThemeResource implementation in #2639.