I have a line of code to combine two variables:
string expectedValue = $"{testVariable1}-{testVariable2}";
This works fine when I execute this from Visual Studio plug-in but I get an compile error in Test Studio with a message, ": error CS1056: Unexpected character '$'". Is this a known issue?
Thanks,
-Jiyoon