Skip to content

Use Path.Combine instead of string concatenation #1112

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

vincent1405
Copy link

Use:

Path.Combine(path, meta.WSDLFolder, wsdlfile)

instead of

path + Path.AltDirectorySeparatorChar + meta.WSDLFolder + Path.AltDirectorySeparatorChar + wsdlfile

Use Path.Combine to create a file path to WsdlFile.
@andersjonsson
Copy link
Collaborator

Thanks for the PR. Unfortunately, it doesn't build. Can you fix the errors please?

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

Successfully merging this pull request may close these issues.

2 participants