This message was deleted.
# dotnet
s
This message was deleted.
r
I resolved this issue: it turns out the return type from
IMocks.CallAsync()
should be an
ImmutableDictionary<string, object>
. I've found another one, though 😁 Given the above code sample, what are the names of the Output(s) I need to populate in order for
ListNamespaceKeys.Invoke().Apply()
to return the stubbed
PrimaryConnectionString
value? How do I go about finding this out, even?