AqlaSolutions / AqlaSerializer

Binary serializer with full .NET support!
http://www.aqla.net
Other
16 stars 3 forks source link

Dynamic type is not a contract-type #41

Closed inethui closed 2 years ago

inethui commented 2 years ago

I got the following error during our tests: Dynamic type is not a contract-type: System.Collections.Generic.ObjectComparer1`

"ObjectComparer" is a .NET internal type, which I don't think we need to do anything about it. Any idea what could be wrong?

Thanks