Skip to content

Replace string.Join with string.Concat for empty separator cases #4610

@devlead

Description

@devlead

Replace string.Join(string.Empty, ...) calls with string.Concat(...) for better performance and semantic clarity.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions