Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous Combine(params) #20

Open
scottbilas opened this issue Feb 19, 2018 · 1 comment
Open

Ambiguous Combine(params) #20

scottbilas opened this issue Feb 19, 2018 · 1 comment

Comments

@scottbilas
Copy link
Contributor

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant