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
Hi Khushboo,
Currently Test Studio projects target .Net Framework 4.7.2. The corresponding C# language version is C#7.3. I hope this answers your question.
Don't hesitate to follow up in case you have any additional questions.
Hello Elena,
I already have 4.6 installed but Telerik test Studio is not compiling my code, give error - CS1056: Unexpected character '$'"
Do you have any pointers?
Hi Khushboo,
Please, take the time to follow up on your private support thread, or to the other forum post you submitted on the same topic.
Regards,
Elena