How do you expect optional inputs to be used in .N...
# general
s
How do you expect optional inputs to be used in .NET? I can see config.GetAsOptionalInput(string name) method, returning Input<T>, but I have hard time wiring it up with a component. Or rather doing that by also providing a default value.