TypeScript.ContractGenerator
TypeScript.ContractGenerator copied to clipboard
Fixes path combination error in Windows
Path.Combine is used by FilesGenerator which results in @"./output\filename.ts" in Windows which leads to undefined results
files are generated correctly even if different slashes are used, what do you mean by undefined results?
No file is created at all.