SoapCore
SoapCore copied to clipboard
Use Path.Combine instead of string concatenation
Use:
Path.Combine(path, meta.WSDLFolder, wsdlfile)
instead of
path + Path.AltDirectorySeparatorChar + meta.WSDLFolder + Path.AltDirectorySeparatorChar + wsdlfile
Thanks for the PR. Unfortunately, it doesn't build. Can you fix the errors please?