t4ts icon indicating copy to clipboard operation
t4ts copied to clipboard

T4 template to generate TypeScript interface definitions.

Results 12 t4ts issues
Sort by recently updated
recently updated
newest added

Any plans to support .NET Core?

Hi, It a great job! It saves a lot of typing time! Thanks for creating it! :) I have two questions: - is there any way to setup that the...

Allow support to output the type definitions anywhere else in the filesystem Quite handy if you are generating types from your .Net projects into a separate folder where you have...

TypeScript 1.5 introduced the `declare namespace` syntax as an alias for the `declare module` syntax in order to disambiguate external and internal modules. The recommended practice is to avoid the...

``` CSHarp [TypeScriptEnum] public enum Make { Ford, Tesla, Mercedes } ```

I tried to generate nested classes interfaces but apparently it does not work - even after adding [TypeScriptInterfaceAttribute] to the inner classes. Would it be hard to change the code...

This PR contains a refactor of the mocks required for testing. It's a copy/paste of most parts found in #32. Unfortunately, that PR ran out of sync. Credit and thanks...

@kanup asked me to send just this commit (b9e46aedede7e47adb5a7e2dfea9b4faf1d16342) again as a pull request. Sorry, but I don't know how to do this, so I pull my last version of...

Check T4TS.Example/Models/Barfoo.cs and T4TS.Example/T4TS.d.ts for an example This commit does have some repetitive code, but couldn't pinpoint a "utility" class for the string trimming/modifying code. Of course having a utility...