Release v3.3.15
What's Changed
This release fixes remaining stability issues with the iterative cloning for deeply nested objects. Thanks @maxbruecken for helping with this.
- run all tests under MaxRecursionDepth = 1 and 1000 to avoid further regressions
- fix remaining tests failing with MaxRecursionDepth = 1
- fix another regression with boxed structs
- fix further regressions in the iterative cloning
- fix regression in classes with multiple init only fields/properties
- fix regression in init only value type fields
- Update project versions to v3.3.14
Updated Projects
FastCloner.Tests.csproj -> 0.0.1
FastCloner.csproj -> 3.3.15