You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this breaks! with an exception:
ObjectCloner.ObjectCloner.DeepClone(new double?[2,1])
Any idea how to fix it?
System.ArgumentException
HResult=0x80070057
Message=Argument must be single dimensional array type
Source=System.Core
StackTrace:
at System.Linq.Expressions.Expression.ArrayLength(Expression array)
at ObjectCloner.Internal.DeepCloneExpressionBuilder.CreateArrayCloneExpression()
at ObjectCloner.Internal.DeepCloneExpressionBuilder.Build()
at ObjectCloner.Internal.DeepCloneInternal.<>c__DisplayClass1_0.b__0(Type t)
at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func2 valueFactory)
at ObjectCloner.ObjectCloner.DeepClone[T](T original)
at Internal.ValuationCollection.<>c__DisplayClass8_0.b__0(Int32 j) in
The text was updated successfully, but these errors were encountered:
Getting this exception when trying to deep clone a double?[3760,2]
This works:
But this breaks! with an exception:
ObjectCloner.ObjectCloner.DeepClone(new double?[2,1])
Any idea how to fix it?
System.ArgumentException
HResult=0x80070057
Message=Argument must be single dimensional array type
Source=System.Core
StackTrace:
at System.Linq.Expressions.Expression.ArrayLength(Expression array)
at ObjectCloner.Internal.DeepCloneExpressionBuilder.CreateArrayCloneExpression()
at ObjectCloner.Internal.DeepCloneExpressionBuilder.Build()
at ObjectCloner.Internal.DeepCloneInternal.<>c__DisplayClass1_0.b__0(Type t)
at System.Collections.Concurrent.ConcurrentDictionary
2.GetOrAdd(TKey key, Func
2 valueFactory)at ObjectCloner.ObjectCloner.DeepClone[T](T original)
at Internal.ValuationCollection.<>c__DisplayClass8_0.b__0(Int32 j) in
The text was updated successfully, but these errors were encountered: