Skip to content

0.10.1

Compare
Choose a tag to compare
@force-net force-net released this 26 Jun 20:21
· 20 commits to develop since this release

This release just contains some of bugfixes:

  • Removed cloning of COM objects (this is fake objects, not real, so real cloning is useless)
  • Removed cloning of Remoting objects (lot of issues and internal .NET binding to these objects)
  • Removed cloning of System.RuntimeType
  • For dotnet core, removed cloning of it DI to reduce number issues with it

As result, DeepCloner will work more stable.