MapsterMapper / Mapster

A fast, fun and stimulating object to object Mapper
MIT License
4.38k stars 331 forks source link

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

Open jpeters-programmer opened 3 years ago

jpeters-programmer commented 3 years ago

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.

andrerav commented 2 years ago

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

andrerav commented 2 years ago

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