This message was deleted.
s
This message was deleted.
g
I think this is possible today using inline stacks and automation api, but I’d like to implement without those restrictions
e
Afraid nothings exposes this information currently. If your happy breaking protection modifiers with reflection you can look at the
Deployment.AllConfig
field. It's an
ImmutableDictionary<string, string>
with all the loaded config, filled in for both inline programs and standard ones.
👀 1