brash-solstice-49151
10/13/2023, 9:13 AMpublic class MyStack : Stack
{
[Input(nameof(MyInput)]
public string MyInput {get; set;}
public MyStack()
{
// use MyInput when declaring a resource
}
}
All C# if it wasn't clear. Is this possible, or am I stuck to using config by calling SetConfigAsync
?lemon-agent-27707
10/17/2023, 1:26 AM