NiceIO icon indicating copy to clipboard operation
NiceIO copied to clipboard

Ambiguous Combine(params)

Open scottbilas opened this issue 7 years ago • 1 comments

Combine(params string[]) and Combine(params NPath[]) are ambiguous when calling Combine() with a single NPath param, probably due to the implicit NPath-to-string conversion.

scottbilas avatar Feb 19 '18 09:02 scottbilas

(My current workaround is to cast the NPath to a string when passing into Combine)

scottbilas avatar Feb 19 '18 09:02 scottbilas