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

Allow .NET MAUI Community Toolkit to Access Internal APIs #1970

Merged
merged 1 commit into from
Aug 6, 2021
Merged

Allow .NET MAUI Community Toolkit to Access Internal APIs #1970

merged 1 commit into from
Aug 6, 2021

Conversation

brminnick
Copy link
Contributor

Description of Change

Additions made

Adds InternalsVisibleTo for the .NET MAUI Community Toolkit libraries

[assembly: InternalsVisibleTo("CommunityToolkit.Maui")]
[assembly: InternalsVisibleTo("CommunityToolkit.Maui.UnitTests")]
[assembly: InternalsVisibleTo("CommunityToolkit.Maui.Markup")]
[assembly: InternalsVisibleTo("CommunityToolkit.Maui.Markup.UnitTests")]

@mattleibow
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mattleibow mattleibow merged commit 587ce9e into dotnet:release/6.0.1xx-preview7 Aug 6, 2021
@brminnick brminnick deleted the AddCommunityToolkitInternalsVisibleTo branch August 12, 2021 01:11
@samhouts samhouts added the area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info label Jul 11, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants