AqlaSolutions/AqlaSerializer

Dynamic type is not a contract-type

inethui opened this issue · 0 comments

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