This message was deleted.
# dotnet
s
This message was deleted.
t
I usually do
Copy code
var defaultNetwork = Output.Create(GetNetwork.InvokeAsync(new()
        {
            Network = "default",
        }));
We are working on a new option
GetNetwork.Invoke
that does so automatically.
👍 1
🙏🏻 1
a
And when I go to use that output, it'll participate in the dependency graph properly?
Also, does it only ever get resolved once?
t
yes to both
a
Very cool, thank you so much.