csharp-models-to-typescript
csharp-models-to-typescript copied to clipboard
Insert @deprecated comment when type is Obsolete in C#
Adds @deprecated
comment on typescript types when it has Obsolete
attribute in C#.
It's looking for the [Obsolete]
attribute on classes, interfaces and enums.
Commits have been updated for the current master. ;)