Actions
Bug #16823
closedBug #16817: HereString are not generated properly
HereString wrongly escape " char
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
To do
Regression:
Description
When using HereString in the technique editor, I often want to define scriptblock which contains variables.
So I need to use the char ". Unfortunately after generation, on my DSC node the " chars are all translated to `".
All others escaping seem correct.
Actions