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

A tool that can generate TypeScript types from C# classes

Results 4 TypeScript.ContractGenerator issues
Sort by recently updated
recently updated
newest added

I have a class which has a Tuple property ``` public Tuple Bounds { get; set; } ``` it generates a Tuple typescript type with a strange filename there is...

Path.Combine is used by FilesGenerator which results in @"./output\filename.ts" in Windows which leads to undefined results

https://github.com/skbkontur/TypeScript.ContractGenerator/blob/master/TypeScript.ContractGenerator.Tests/CustomTypeGenerators/MethodTypeBuildingContext.cs

Using .NET 7 In my experience: - The `ts-gen` command doesn't manage to compile the root types provider properly. It doesn't add assembly references to common types, such as those...