Skip to content

Evaluation of list + string. #66824

Description

@ilonatommy

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions