<@UB39JFCKC>, what is the best way to create a `In...
# dotnet
w
@tall-librarian-49374, what is the best way to create a
InputUnion
in F#? I'm using
InputUnion.op_Implicit(80)
, and that isn't pretty 🙂
t
I suspect a better option is open a PR to add a new function here 🙂 https://github.com/pulumi/pulumi/blob/master/sdk/dotnet/Pulumi.FSharp/Library.fs
w
t
Awesome! Is there any other similar API you can think of? Are
Of1
and
Of2
the names that are used elsewhere?
w
Choice has almost the same, can change to follow that exactly. To create a choice type you have
Choice1Of2
. that is probably nicer. 2 sec.
fixed. It is now
inputUnion1Of2
and
inputUnion2Of2
t
SGTM!
w
SGTM? Super Good To me?
t
Sorry 🙂 sounds good to me
w
ah, I'm using LGTM 🙂
t
But your version is 👍 too