This message was deleted.
# general
s
This message was deleted.
b
generally you’d use the
require_output
methods and the downstream stack will fail at compile time
p
You mean at runtime, no? The following code will not break at compile time:
Copy code
var stackReference = new StackReference("nonexistent");
var output = stackReference.RequireOutput("doesntExist");
b
sorry yes, didn’t realise you were using dotnet 🙂
👍 1