Mapster icon indicating copy to clipboard operation
Mapster copied to clipboard

Added support for internal constructors that are accessible via InternalsVisibleToAttribute

Open jpeters-programmer opened this issue 4 years ago • 2 comments

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.

jpeters-programmer avatar Oct 04 '21 01:10 jpeters-programmer

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

andrerav avatar Feb 19 '22 11:02 andrerav

@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.

andrerav avatar Mar 21 '22 11:03 andrerav