NClone
NClone copied to clipboard
Porting to .NET Core
We'd like to use it within ASP.NET Core project. Is it ever portable to .NET Core?
I think it is portable, as .NET Core supports System.Reflection.Emit. Unfortunately, it is not in .NET Standard, so it might be harder to build a compatible version.