Skip to content
New issue

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

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

Already on GitHub? # to your account

Added support for internal constructors that are accessible via InternalsVisibleToAttribute #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpeters-programmer
Copy link

Added support for detecting internal default constructors in the source assembly that are accessible to the destination assembly via the InternalsVisibleToAttribute. I have not ran the tests in net1_3. I updated the tests project to target netcoreapp2.1 as otherwise my tests would not run, despite installing the 2.0 SDK.

…ssembly that are accessible via the InternalsVisibleToAttribute in the destination assembly
@andrerav
Copy link
Contributor

@jpeters-programmer netcoreapp2.1 is out of support, would you consider changing the framework moniker to net6.0?

@andrerav
Copy link
Contributor

@jpeters-programmer The test project has been upgraded to .NET 6.0. Please consider syncing your branch to resolve the current conflict so this PR can be reviewed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants