Reported here: #65707 (comment).
When we append a string to list in the following way:
myList + "Asd"
the result is:
{
"type": "object",
"description": "System.Collections.Generic.List<int>",
"className": "System.Collections.Generic.List<int>",
"subtype": "null"
}Asd
which should return something similar to:
"System.Collections.Generic.List`1[System.Int32]Ads"
instead.
Reported here: #65707 (comment).
When we append a string to list in the following way:
myList + "Asd"the result is:
which should return something similar to:
"System.Collections.Generic.List`1[System.Int32]Ads"
instead.