Hi , I have an array in response . The structure o...
# pact-net
s
Hi , I have an array in response . The structure of array elements is different from one another . Not able to write expected body match of consumer test and it is giving error " No best type found for implicitly typed array " : Following is the response
m
They are different shaped objects. You could potentially use the
arrayContaining
matcher that is available since v3, albeit I don’t believe it has been exposed in Pact .NET
you could potentially raise a feature request for that