Skip to content

Concatenation Visualization #116

Closed
Closed
@gaborbalazs

Description

@gaborbalazs

Greetings, I would like to point out a misleading visualization:

The expression
Concat(new[] { Convert(1, Object), Convert((1 + 1), Object), Convert(3, Object) })
appears as
1d + (1d + 1d) + 3d,
which is not resulting to 6 but "123"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions