TypeScriptBuilder
TypeScriptBuilder copied to clipboard
Translates C# types into TypeScript type definitions
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
## Bug report #### Current behavior An Enum property of an interface (from `namespaceA`), generated from a C# class, doesn't have namespace prefix before the type (from `namespaceB`). Typescript shows...
Hi! I'm not sure who others are using this library but I'm sending my data with .NET Core WebAPI. A C# DateTime will be serialized to a string in the...
TypeScript has something called "Optional Members": ```javascript export interface Poco { name: string; birthdate? : Date; // Optional } ``` If my poco has a nullable member ```csharp public class...
At the moment, if the "EmitDocumentation"-flag is true in the option but there is no .xml-file with documentation for the assembly the TypeScriptGenerator will thrown an exception. After thinking about...
The TS-namespace is based on the namespace of the C#-class which is probably a great default but it would be useful to be able to override the namespace for a...
MVC translates DOB to dob this project translates DOB to dOB Likewise ZIP
tsbuilder.exe *.dll -e Testing.MyType1,TestingMyType2