This message was deleted.
# dotnet
s
This message was deleted.
m
Looks like a normal cast works instead of the ToString()
name => (string)name
t
What is
proj
in your example? A
Config
?
If so, why not use
Require
instead of
RequireObject<T>
that returns a string directly?
m
Hi Mikhail.
proj
is a StackReference to another project so I am using
RequireOutput
, don't think Require is an option?