Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APIView - Visualize when assemblies expose internals via InternalsVisibleTo #7116

Merged
merged 8 commits into from
Oct 26, 2023

Conversation

christothes
Copy link
Member

@christothes christothes commented Oct 12, 2023

This change allows APIView to display when a client library exposes its internals to other assemblies (excluding Moq, .Tests, and .Perf) as well as any types that are designated as exposed via decoration with a FriendAttribute.

The following is what a diff looks like for Azure.Identity, which exposes internals to Azure.Identity.BrokeredAuthentication

image

The following shows that the internals consumers can be commented:
image

related #7086

@christothes christothes requested review from a team and praveenkuttappan October 16, 2023 17:24
@christothes christothes merged commit 21045c2 into Azure:main Oct 26, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants