MarcinJuraszek / CloneExtensions

Clone extension method library. Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
Apache License 2.0
115 stars 30 forks source link

Allow library to be used in other class library project #12

Closed giovannipayoff closed 7 years ago

giovannipayoff commented 7 years ago

Change TargetFrameworks to allow inclusion in class libraries projects (target netstandard 1.6)

Fix test project to allow VS to discover tests (see TestAdapter plus the magic guid) Minor bump version Update Code for reflection handle

MarcinJuraszek commented 7 years ago

Thanks for your contribution, @giovannipayoff!

Looks like there are some issues with AppVeyor not running UnitTests that's not related to your change. I'll take a look into that later tonight and will accept your Pull Request once that's sorted out. Stay tuned!

MarcinJuraszek commented 7 years ago

OK. The change looks good. I'll look into the test problem with AppVeyor separately. Again, thanks for making the change!

MarcinJuraszek commented 7 years ago

I pushed it to NuGet as v1.4.1.