We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432f56e commit 8638cfeCopy full SHA for 8638cfe
Orm/Xtensive.Orm.Tests/Issues/Issue0808_StructSerialization.cs
@@ -52,7 +52,7 @@ public void MainTest()
52
Expression<Func<int, UnifiedCustomerID>> ex = a => new UnifiedCustomerID { Id = 2 };
53
var serializableExpression = ex.ToSerializableExpression();
54
var deserializedExpression = (SerializableLambdaExpression) Cloner.CloneViaDataContractSerializer(serializableExpression,
55
- SerializableExpressionTypes.Except(Enumerable.Repeat(typeof(SerializableLambdaExpression), 1)));
+ SerializableExpressionTypes);
56
57
var ex2 = deserializedExpression.ToExpression();
58
}
0 commit comments