TypeScript.ContractGenerator icon indicating copy to clipboard operation
TypeScript.ContractGenerator copied to clipboard

Tuple problem with file name

Open obecny opened this issue 1 year ago • 0 comments

I have a class which has a Tuple property

public Tuple<Object, Object> Bounds { get; set; }

it generates a Tuple typescript type with a strange filename sentryfusion – Tuple`2 ts 2024-04-18 13-05-55

there is a forbidden character inside the file name `

obecny avatar Apr 18 '24 11:04 obecny