csharp-models-to-typescript icon indicating copy to clipboard operation
csharp-models-to-typescript copied to clipboard

Insert @deprecated comment when type is Obsolete in C#

Open digocesar opened this issue 2 years ago • 1 comments

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.

digocesar avatar Jul 29 '22 20:07 digocesar

Commits have been updated for the current master. ;)

digocesar avatar Jul 21 '23 18:07 digocesar