On a different topic, IO.SelectMany seems to grind...
# contribute
t
On a different topic, IO.SelectMany seems to grind the program to death for me.
pulumi up
never gets done with CPU stuck at 100%. Even on something trivial like
storageAccount.PrimaryConnectionString.SelectMany(cs => new IO(cs))
.