Hello DX,
It seems the format string to format the date time is spellchecked. This:
C#string dateTimeStampedFileName = $"File_{DateTime.Now:yyyyMMddhhmmssfff}.log";
Would report two issues:
CSSCRRSP01: A misspelled word 'yyyy' has been found
CRRSP01: A misspelled word 'Mddhhmmssfff' has been found
Alex
Hi Alex,
Thank you for the code sample. I have reproduced the issue and we are working on it. As a temporary workaround I suggest you disable the ''ToString expressions" option:
http://take.ms/upaRA