Dynamo icon indicating copy to clipboard operation
Dynamo copied to clipboard

String.Concat inconsistent behaviour of subsequent lists

Open tinrobot2000 opened this issue 9 months ago • 3 comments

Dynamo Version

v3.2.2

Host

Dynamo Sandbox

Operating System

Windows 11 Enterprise 23H2

What did you do?

Providing nested list to String.Concat controls the behaviour of subsequent lists. List levels have no influence Also input names are confusing 'string0' would be clearer if it were 'list0', etc.

Image

What did you expect to see?

I would expect that using levels would flatten nested lists and that each concatenation is independent of the previous input I note that the code uses the .Net String.Concat method - so the issue is likely with the implementation by MicroSoft?

Image

What did you see instead?

See above I would like to see concatenation is independent of the previous one and list levels are honoured

What packages or external references (if any) were used?

None

Stack Trace

N/A

Details

N/A

tinrobot2000 avatar Feb 19 '25 01:02 tinrobot2000