t4ts
t4ts copied to clipboard
T4 template to generate TypeScript interface definitions.
Results
12
t4ts issues
Sort by
recently updated
recently updated
newest added
Hi! Currently the `TypeScriptInterfaceAttribute` is defined only for C# classes `AttributeTargets.Class`. Have you checked, is there anything that would make it difficult to change it to allow interfaces as well?
If I augment my model in a partial class with a set of properties it does not generate the new properties.