<#CQ2QFLNFL|dotnet> another question! When I do th...
# dotnet
c
#dotnet another question! When I do this:
Copy code
var resourceGroupName = sharedStack.GetOutput("resourceGroupName");
I get a Output<object?>. How do I get a string value out? Any convenient methods to help here?