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

Add support for InternalsVisibleToSuffix #2

Merged
merged 1 commit into from
Nov 6, 2019

Conversation

meziantou
Copy link
Contributor

@meziantou meziantou commented Nov 6, 2019

Allows a new way to declare InternalsVisibleTo using a suffix

<ItemGroup>
  <InternalsVisibleToSuffix Include=".Tests" /> <!-- [assembly: InternalsVisibleTo("ClassLibrary1.Tests")] -->   
</ItemGroup>

Copy link
Owner

@thomaslevesque thomaslevesque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks!

@thomaslevesque thomaslevesque merged commit ff486b5 into thomaslevesque:master Nov 6, 2019
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