SoapCore icon indicating copy to clipboard operation
SoapCore copied to clipboard

Use Path.Combine instead of string concatenation

Open vincent1405 opened this issue 10 months ago • 1 comments

Use:

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

instead of

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

vincent1405 avatar Jan 20 '25 09:01 vincent1405

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

andersjonsson avatar Feb 20 '25 12:02 andersjonsson